Skip to contents

Draw Demography Table

Usage

drawDemoTable(
  adlb,
  settings,
  demo_vars = c("USUBJID", "AGE", "SEX", "RACE", "ARM")
)

Arguments

adlb

lab data in tall format that must contain DY for study day, VISITN for visit number, TEST for lab test, and STRESN for lab value

settings

settings object with column mappings

demo_vars

character vector of column names to include in demography table - those not found in data will be ignored

Value

gt object