querySubjects.PopulationFilter: Query the subjects from a population filter

Description Usage Arguments

View source: R/dataset_filter.R

Description

Query the subjects from a population filter

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'PopulationFilter'
querySubjects(
  popfilter,
  datasets,
  idkey = "USUBJID",
  commonTable = NULL,
  mergeResults = TRUE
)

Arguments

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


Novartis/subpat documentation built on April 11, 2020, 3:11 p.m.