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)
)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.
(teal_data)
(teal_modules) object
(teal_slices) object
A result of teal_data_to_filtered_data applied to data.