powered by
List containers in database
docdb_list(src, ...)
(vector) Names of containers that can be used as parameter key with other functions such as docdb_create().
key
docdb_create()
Source object, result of call to any of functions src_mongo(), src_sqlite(), src_elastic(), src_couchdb() src_duckdb() or src_postgres()
src_mongo()
src_sqlite()
src_elastic()
src_couchdb()
src_duckdb()
src_postgres()
Passed to function DBI::dbListTables()
DBI::dbListTables()
if (FALSE) { src <- src_sqlite() docdb_create(src, "iris", iris) docdb_list(src) }
Run the code above in your browser using DataLab