Learn R Programming

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

Run this code
  mongo <- mongoDbConnect("test")
  dbDisconnect(mongo)

Run the code above in your browser using DataLab