Learn R Programming

couchDB (version 1.4.1)

couch_store: Store a record

Description

Stores a record to the connection provided (database spec is in object )

Usage

couch_store(conn, obj, myOpts = NULL)

Arguments

conn
A couchDB connection object
obj
A list formatted by calling couch_new_object
myOpts
Additional options (not implemented in this version)