Create a concept set group item and set its attributes

createConceptSetGroupLineItem(
  sectionLabel = NA_character_,
  groupLabel,
  conceptSets,
  domainTables,
  timeInterval,
  statistic
)

Arguments

sectionLabel

(OPTIONAL) The name of the line item (if not provided, the name will be the same as the group label)

groupLabel

the label of the group

conceptSets

A list of Capr concept set object

domainTables

a vector of domains corresponding to the concept set

timeInterval

The TimeIntervalClass object used for the line item

statistic

The Statistic object to be used to evaluate the line item

Value

A CohortLineItem object