modules_datasets | R Documentation |
Converts input data to a FilteredData
object(s) to allow filtering before passing data to individual modules.
modules_datasets(
data,
modules,
filters,
filtered_data_singleton = teal_data_to_filtered_data(data)
)
data |
( |
modules |
( |
filters |
( |
filtered_data_singleton |
A result of |
Returns list of same shape as modules
, containing FilteredData
at every leaf.
If module specific, each leaf contains different instance, otherwise every leaf contains filtered_data_singleton
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.