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 (cdb$port, cdb$DBName ...) the cdb$design and cdb$show is needed.

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 cdb$fromJSON(). If a needed cdb entry was not provided cdb$error provides information.

Author(s)

wactbprot


[Package R4CouchDB version 0.7.5 Index]