mongo.index {wizaRdry} | R Documentation |
Display table of available MongoDB collections
Description
Retrieves a list of all available collections in the configured MongoDB database.
Usage
mongo.index(db_name = NULL)
Arguments
db_name |
Optional; the name of the database to connect to. If NULL, uses the database specified in the configuration file. |
Value
A character vector containing the names of all available collections in the configured MongoDB database.
[Package wizaRdry version 0.2.6 Index]