jeroen / mongolite

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

Expose bson_or_json function #203

Open SamuelLaheux opened 4 years ago

SamuelLaheux commented 4 years ago

I was wondering if it was possible to expose some internal functions as bson_or_json, bson_to_list, bson_to_json, bson_to_raw.

The main reason of this request is that I would like to be able to transform bson files into R objects without having a mongo db connection.