Initialize FilteredData
init_filtered_data.Rd
Initialize FilteredData
Arguments
- x
-
(named
list
orTealData
) In case ofTealData
seeteal.data::teal_data()
. If the list is provided, it should containlist
(s) containing following fields:dataset
data object object supported byFilteredDataset
.metatada
(optional) additional metadata attached to thedataset
.keys
(optional) primary keys.datalabel
(optional) label describing thedataset
.parent
(optional) whichdataset
is a parent of this one.
- join_keys
(
JoinKeys
) seeteal.data::join_keys()
.- code
(
CodeClass
) seeteal.data::CodeClass
.- cdisc
(
logical(1)
) whether data is ofcdisc
type (relational).- check
(
logical(1)
) whether data has been check against reproducibility.