mongo.get.databases: Get a list of databases from a MongoDB server

Description Usage Arguments Value See Also Examples

View source: R/mongo.R

Description

Get a list of databases from a MongoDB server.

Usage

1

Arguments

mongo

(mongo) A mongo connection object.

Value

(string vector) List of databases. Note this will not include the system databases "admin" and "local".

See Also

mongo.get.database.collections,
mongo.drop.database,
mongo.command,
mongo.rename,
mongo.

Examples

1
2
3
4
5
6

jonkatz2/rmongodb documentation built on May 19, 2019, 7:30 p.m.