Description Usage Arguments Details Value Author(s) See Also Examples
This essentially means that a
revision, corresponding to the '_id' has to be provided. If no '_rev' is
given in the cdb list the function gets the doc from the db
and takes the rev number for the update
1 | cdbUpdateDoc(cdb)
|
cdb |
the cdb connection configuration list must contain the
|
Updating a doc at couchdb means executing a http "PUT" request. The
cdb list must contain the cdb$serverName, cdb$port,
cdb$DBName, cdb$id. Since v0.6 the revision of the document
should exist at the intended place: cdb$dataList$'_rev'.
getURL() with customrequest = "PUT" does the work. If a
needed cdb$ list entry is not provided cdb$error maybe says
something about the R side.
cdb |
The response of the request is stored in |
wactbprot
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.