View source: R/FilteredData-utils.R
init_filtered_data | R Documentation |
FilteredData
Function creates a FilteredData
object.
init_filtered_data(x, join_keys = teal.data::join_keys(), code, check)
x |
( |
join_keys |
( |
code |
|
check |
Object of class FilteredData
.
datasets <- init_filtered_data(list(iris = iris, mtcars = mtcars))
datasets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.