.datasets_to_data {teal} | R Documentation |
Convert FilteredData
to reactive list of datasets of the teal_data
type.
Description
Converts FilteredData
object to teal_data
object containing datasets needed for a specific module.
Please note that if a module needs a dataset which has a parent, then the parent will also be returned.
A hash per dataset
is calculated internally and returned in the code.
Usage
.datasets_to_data(module, datasets)
Arguments
module |
( |
datasets |
( |
Value
A teal_data
object.
[Package teal version 0.15.2 Index]