Accessing MongoDB from R with mongolite
Recently, I have moved away from text files as data storage, and started using MongoDB. While there are already two R packages (RMongo
and rmongodb
) interfacing with MongoDB, I was never completed satified with them - especially in comparison to the excellent PyMongo. A couple of days ago, a new package …