library(rmongodb)
your connection details are likely to be different from these defaults
host <- "someone.com:10200"
username <- "myuser"
password <- "mypassword"
db <- "testdatabase"
connect to mongo and then create the function has the following signature
mongo <- mongo.create(host=host , db=db, username=username, password=password)
Besides
> library("RMongo")
> mongo < - mongoDbConnect("db")
RMango:MongoDB database interface for R. The interface is provided through Java calls to the mongo-java driver.
rmongodb:This R package provides an interface to the NoSQL MongoDB database using the MongoDB C driver.
RMongo , , , rmongodb
rmongodb
- MongoDB Querying, inserting
- MongoDB, JSON BSON
- BSON MongoDB
- MongoDB
- MongoDB , , "Grid"
- "(GridFS) MongoDB.
- mongo.apply, mongo.summary, mongo.get.keys,...