Last data update: 2014.03.03

R: Request couchdb config
cdbGetConfigR Documentation

Request couchdb config

Description

Function provides access to the _config api end point.

Usage

cdbGetConfig(cdb)

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

## Not run: 
cdbGetConfig(cdbIni())$res

## End(Not run)

Results