docdb_list | R Documentation |
List containers in database
docdb_list(src, ...)
src |
Source object, result of call to any of functions
|
... |
Passed to function |
(vector) Names of containers that can be
used as parameter key
with other functions such as
docdb_create()
.
## Not run:
src <- src_sqlite()
docdb_create(src, "iris", iris)
docdb_list(src)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.