cdbGetConfig: Request couchdb config

Description Usage Arguments Value Author(s) See Also Examples

Description

Function provides access to the _config api end point.

Usage

1

Arguments

cdb

Only the connection settings cdb$port and cdb$serverName is needed.

Value

cdb

The result of the request is stored in cdb$res after converting the answer into a list using fromJSON().

Author(s)

wactbprot

See Also

cdbMakeDB

Examples

1
2
3
4
## Not run: 
cdbGetConfig(cdbIni())$res

## End(Not run)

R4CouchDB documentation built on May 2, 2019, 6:05 a.m.