cdbGetDoc {R4CouchDB} | R Documentation |
With a given cdb$id
this function requests the document.
cdbGetDoc(cdb)
cdb |
Beside in cdb$errors |
cdb |
The result of the request is stored in |
wactbprot
cdbAddDoc()
## Not run:
ccc <- cdbIni()
ccc$newDBName <- "r4couchdb_db"
ccc$dataList <- list(normalDistRand = rnorm(20))
ccc <- cdbAddDoc(ccc)
cdbGetDoc(ccc)$res
## End(Not run)