mongo.index | R Documentation |
Retrieves a list of all available collections in the configured MongoDB database.
mongo.index(db_name = NULL)
db_name |
Optional; the name of the database to connect to. If NULL, uses the database specified in the configuration file. |
A character vector containing the names of all available collections in the configured MongoDB database.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.