jeroen / mongolite

Fast and Simple MongoDB Client for R
https://jeroen.github.io/mongolite/
284 stars 64 forks source link

[Request] Expose jsonlite simplify arguments #263

Open hdmm3 opened 5 months ago

hdmm3 commented 5 months ago

Would it be possible to expose the simplify parameters available in jsonlite::stream_in? (simplifyVector, simplifyDataFrame, simplifyMatrix, flatten)

I realized that find, iterate, and mapreduce use jsonlite's simplify behind the scenes with default parameters.

It would give greater control to the output to be able to provide the simplify parameters in these functions. Maybe as ...?