RDocumentation
Moon
Search all packages and functions
RMongo (version 0.0.25)
dbDisconnect-methods:
Disconnect from the MongoDB database
Description
This will close the connect from the MongoDB database.
Usage
dbDisconnect(rmongo.object)
Arguments
rmongo.object
RMongo object containing the database connection information.
See Also
mongoDbConnect
Examples
mongo <- mongoDbConnect("test") dbDisconnect(mongo)