cdbListDB {R4CouchDB} | R Documentation |
Gives a list of all databases available at cdb$serverName
.
cdbListDB(cdb)
cdb |
Only the connection settings |
The function uses the _all_dbs
API end point .
cdb |
The result of the request is stored in cdb$res after converting
the json answer into a list using |
wactbprot
cdbMakeDB
## Not run:
cdbListDB(cdbIni())$res
## End(Not run)