jeroen / mongolite

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

Map(/Reduce) with R function instead of JS #181

Open vallivh opened 4 years ago

vallivh commented 4 years ago

It would be absolutely fantastic, if you could implement the possibility of using map/reduce with R functions and packages that are already loaded into RStudio. In my case I would like to convert a date (which always differs from dataset to dataset) with anytime::anydate() into a format that mongodb can read without having to load the whole collection.