cdbGetList: Receive list results from CouchDB

Description Usage Arguments Details Value Author(s)

Description

The function provides accesses to CouchDB lists.

Usage

1

Arguments

cdb

Beside the connection details (cdb$port,cdb$DBName ...) the cdb$design cdb$view and cdb$list is needed.

Details

Query params e.g. "reduce=false" or "group_level=1" can be provided in cdb$queryParam By now 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 (design, list, view, ...) entry was not provided cdb$error says something about the R side.

Author(s)

wactbprot


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