Learn R Programming

couchDB (version 1.4.1)

couch_fetch_default: Fetch document/record from default store.

Description

Fetches a document specified by Key from the default database on the default connection

Usage

couch_fetch_default(key, myOpts = NULL)

Arguments

key
The key of the document to fetch
myOpts
Additional options (not implemented in this version)

Value

A list object with the values from the record.