Description Usage Arguments Details Value Note Author(s) See Also Examples
The name of the new database is taken from cdb$newDBName
.
1 | cdbMakeDB(cdb)
|
cdb |
The |
The work is done by getURL()
from Duncans RCurl package.
After creating the new database the function makes the shortcut
cdb$DBName <- cdb$newDBName
so that further operations happen on the
new created database. Finaly cdb$newDBName <- ""
.
cdb |
The CouchDB answer is stored in |
The convention for database naming should be implemented.
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.