Create an RMongoDB Package to read from MongoDB in R in New Project
Task
It would be great if we can access MongoDB from R. The solution can be modeled after the RMySQL package.
Requirements
Has to have basic functionality:
Connect to a MongoDB server
Read a collection
Query using mongodb json query language
save or update record
delete record
close connection