cdbGetConfig {R4CouchDB} | R Documentation |
Request couchdb config
Description
Function provides access to the _config
api end point.
Usage
cdbGetConfig(cdb)
Arguments
cdb |
Only the connection settings |
Value
cdb |
The result of the request is stored in |
Author(s)
wactbprot
See Also
cdbMakeDB
Examples
## Not run:
cdbGetConfig(cdbIni())$res
## End(Not run)
[Package R4CouchDB version 0.7.5 Index]