data_list | R Documentation |
Constructor for a list of data, a thin wrapper around list() which checks that all the inputs are of the same type and have names
data_list(...)
... |
objects, must all be named |
a list of named data
data(iris)
flist <- data_list(
data1 = iris[1:20, ],
data2 = iris[21:40, ]
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.