RMongo: Accessing MongoDB in R
I recently created RMongo, a database access layer to MongoDB in R as an R package.
To install RMongo, download it from https://github.com/quid/RMongo/downloads
Run:
R CMD install RMongo_0.0.17.tar.gz
I tried to mimic the RMySQL commands in RMongo. Bel... [Read more...]