Description Usage Arguments Details Value Author(s) See Also Examples
Removing a database means sending a http- "DELETE"- request to
http://cdb$serverName:cdb$port/ ...
1 | cdbRemoveDB(cdb)
|
cdb |
The |
In cdb
a entry cdb$delDBName
should be provided for more
explicit deleting respectively more secure removing.
cdb |
The CouchDB answer is stored in |
wactbprot
1 2 3 4 5 6 7 8 9 | ## Not run:
ccc <- cdbIni()
ccc$newDBName <- "r4couchdb_db"
ccc <- cdbMakeDB(ccc)
ccc$res
ccc$removeDBName <- ccc$DBName
cdbRemoveDB(ccc)$res
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.