rmongodb icon indicating copy to clipboard operation
rmongodb copied to clipboard

R driver for MongoDB

Results 23 rmongodb issues
Sort by recently updated
recently updated
newest added

[stackoverflow question](http://stackoverflow.com/questions/26780524/can-r-connect-to-an-ssl-protected-mongodb-instance) Fix this or add method with port forwarding to docs. ``` ssh -fNg -L source-port:10.0.0.80:destination-port [email protected] ```

enhancement
question
documentation

Very minor, but I couldn't figure out f it were possible to do something similar as db.collection.getIndexes() from inside of R.

enhancement
question

I need to update a lot of documents at the same time. I know mongo doesn't support that. But could we imagine to have in rmongodb a C wrapper so...

enhancement