View source: R/source_tblist.R
tblist | R Documentation |
Create data connection as a list of loaded data frames. The object should be used as 'dtconn' argument of set_source.
tblist(..., names)
as.tblist(x, ...)
... |
additional arguments to be passed to or from methods. |
names |
A character vector describing provided tables names. If missing names are constructed based on provided tables objects. |
x |
an R object. |
Object of class 'tblist' being a named list of data frames.
str(tblist(mtcars))
str(tblist(mtcars, iris))
str(tblist(MT = mtcars, IR = iris))
str(tblist(mtcars, iris, names = c("MT", "IR")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.