cdbGetUuid {R4CouchDB} | R Documentation |
Function returns a 128bit uuid requested from CouchDB
cdbGetUuid(cdb)
cdb |
Only the connection settings |
Simple CouchDB API end point to http://serverName:port/_uuids.
cdb |
The result of the request is stored in |
wactbprot
cdbMakeDB
## Not run:
cdbGetUuid(cdbIni())$res
## End(Not run)