mongolite: Fast and Simple 'MongoDB' Client for R
{jsonlite}
とmongocをベースにしたMongoDBクライアント
- CRAN: http://cran.r-project.org/web/packages/mongolite/index.html
- GitHub: https://github.com/jeroenooms/mongolite
- URL: https://github.com/mongodb/mongo-c-driver
- Vignettes: Getting started with MongoDB in R
> library(mongolite)
バージョン: 0.8.1
関数名 | 概略 |
---|---|
mongo |
MongoDB client |
mongo
MongoDBクライアント
Arguments
- collection
- db
- url
- verbose
> m <- mongo(collection = "test", db = "test", url = "mongodb://localhost", verbose = TRUE)