docdb_get | R Documentation |
Get all documents from container in database
docdb_get(src, key, limit = NULL, ...)
src |
Source object, result of call to any of functions
|
key |
(character) The name of the container in the
database backend (corresponds to |
limit |
(integer) Maximum number of documents
to be returned. If |
... |
Passed on to functions:
|
A data frame, one document per row
## Not run:
src <- src_sqlite()
docdb_create(src, "mtcars", mtcars)
docdb_get(src, "mtcars", limit = 10L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.