Last data update: 2014.03.03

R: Store a document on the default connection.
couch_store_defaultR Documentation

Store a document on the default connection.

Description

Stores a record on the default connection.

Usage

couch_store_default(obj, myOpts = NULL)

Arguments

obj

A list formatted by calling couch_new_object.

myOpts

Additional options (not implemented in this version)

Results