Description Usage Arguments See Also Examples
Shows a list of collections in the specified rmongo.object database.
| 1 |   dbShowCollections(rmongo.object) 
 | 
| rmongo.object | The RMongo object. | 
| 1 2 3 |   mongo <- mongoDbConnect("test")
  dbShowCollections(mongo)
  dbDisconnect(mongo)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.