docdb_list {nodbi} | R Documentation |
List containers in database
Description
List containers in database
Usage
docdb_list(src, ...)
Arguments
src |
Source object, result of call to any of functions
|
... |
Passed to function |
Value
(vector) Names of containers that can be
used as parameter key
with other functions such as
docdb_create()
.
Examples
## Not run:
src <- src_sqlite()
docdb_create(src, "iris", iris)
docdb_list(src)
## End(Not run)
[Package nodbi version 0.10.6 Index]