RMongo
RMongo copied to clipboard
R client to interface with MongoDB
Hi, I am wondering if there is anyway to use POSIXct objects to query mongodb with rmongo? I tried it with strict mode for date (http://www.mongodb.org/display/DOCS/Mongo+Extended+JSON) but that didn't help....
Hi , I am pulling data out of an API with R and it seems that the insert to mongodb keeps failing? This is the message I am having: Error...
Being able to call Mongo's Map/Reduce support inside RMongo would be awesome!
Is there any way that we could have BSON like output from dbGetQuery or dbGetQueryForKeys. The data frame output is not useful at all when we have embedded documents. I...
I am having a problem with dbAuthenticate() in that it returns FALSE no matter what I give it and I am unable to access my database. I have confirmed my...
RMongo only parses primitives at this moment. Arrays and embedded docs are treated as strings.
Will you be providing any upgrades to run some admin commands from R using the package? I'm using geoNear which is mentioned here http://www.mongodb.org/display/DOCS/Geospatial+Indexing
How to support embedded documents with dbGetQuery?