| src_mongo | R Documentation | 
Setup a MongoDB database connection
src_mongo(collection = "test", db = "test", url = "mongodb://localhost", ...)
collection | 
 (character) Name of collection  | 
db | 
 (character) Name of database  | 
url | 
 (character) Address of the MongoDB server in Mongo connection
string URI format, see to   | 
... | 
 Additional named parameters passed on to   | 
Uses monoglite as backend. nodbi creates or uses
a MongoDB collection, in which nodbi creates JSON documents.
If documents do not have root-level _id's, UUID's are created as _id's.
MongoDB but none of the other databases require to specify the container
already in the src_mongo() function.
For a benchmark, see https://github.com/ropensci/nodbi#benchmark
A nodbi source object
## Not run: 
con <- src_mongo()
print(con)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.