mongo.is.connected: Determine if a mongo object is connected to a MongoDB server

Description Usage Arguments Value See Also Examples

View source: R/mongo.R

Description

Returns TRUE if the parameter mongo object is connected to a MongoDB server; otherwise, FALSE.

Usage

1

Arguments

mongo

(mongo) a mongo connection object.

Value

Logical TRUE if the mongo connection object is currently connected to a server; otherwise, FALSE.

See Also

mongo.create,
mongo.

Examples

1
2
3
4

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