View source: R/dataset_filter.R
Query the subjects from a population filter
1 2 3 4 5 6 7 8 | ## S3 method for class 'PopulationFilter'
querySubjects(
popfilter,
datasets,
idkey = "USUBJID",
commonTable = NULL,
mergeResults = TRUE
)
|
popfilter |
the PopulationFilter object |
datasets |
the datasets to filter on |
idkey |
the subject identification key in the |
mergeResults |
Boolean, should the results from each data set be merged? If TRUE, returns a single vector of subject ids If FALSE, will return a list with keys of the data set names and a vector of ids for each data set |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.