cdbGetShow {R4CouchDB} | R Documentation |
Receive show results from CouchDB
Description
The function provides accesses to CouchDB shows.
Usage
cdbGetShow(cdb)
Arguments
cdb |
Beside the connection details ( |
Details
Query params e.g. "format=json"
can be
provided in cdb$queryParam
. Multible params must be given in
one string e.g. "a=b&c=d&e=f"
.
Value
cdb |
The result of the request is stored in cdb$res after converting
the json answer into a list using |
Author(s)
wactbprot
[Package R4CouchDB version 0.7.5 Index]