cdbGetUuid {R4CouchDB} | R Documentation |
Function for request one id
Description
Function returns a 128bit uuid requested from CouchDB
Usage
cdbGetUuid(cdb)
Arguments
cdb |
Only the connection settings |
Details
Simple CouchDB API end point to http://serverName:port/_uuids.
Value
cdb |
The result of the request is stored in |
Author(s)
wactbprot
See Also
cdbMakeDB
Examples
## Not run:
cdbGetUuid(cdbIni())$res
## End(Not run)
[Package R4CouchDB version 0.7.5 Index]