Description Usage Arguments Details Value Author(s) See Also Examples
Function returns a 128bit uuid requested from CouchDB
1 | cdbGetUuidS(cdb)
|
cdb |
Only the connection settings |
CouchDB API provides the url http://serverName:port/_uuids for those clients
who aren't able to create those ids. The number N
of ids received from a CouchDB can be set by cdb$count <- N
since version 0.6. The function writes to cdb$res (in opposite to
cdbGetUuid()
whitch writes to cdb$id
)
cdb |
The result of the request is stored in |
wactbprot
1 2 3 4 5 6 | ## Not run:
ccc <- cdbIni()
ccc$count <- 100
cdbGetUuidS(ccc)$res
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.