Description Usage Arguments Value
View source: R/dataset_filter.R
Gets all ids that match the current filters in the given filter collection
This applies all the filters for a given dataset only to that dataset.
Use query.PopulationFilter
make sure filters apply cross-dataset
1 2 3 4 5 6 | queryIndividual.PopulationFilter(
popfilter,
datasets,
idkey = "USUBJID",
commonTable = NULL
)
|
idkey |
id key name for the filter |
commonTable |
a string of the table name in the filter collection that contains all metadata about the subjects (E.g. ADSL) |
PopulationFilter |
PopulationFilter object |
ids that match the current filter in 'PopulationFilter'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.