Learn R Programming

RMongo (version 0.0.25)

dbShowCollections-methods: Shows a list of collections

Description

Shows a list of collections in the specified rmongo.object database.

Usage

dbShowCollections(rmongo.object)

Arguments

rmongo.object
The RMongo object.

See Also

dbShowCollections-methods

Examples

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

Run the code above in your browser using DataLab