Skip to contents

Create Enrollment by Region Table

Usage

create_region_table(
  adsl,
  title = "Enrollment by Region",
  trt_var = "TRT01P",
  region_var = "REGION1",
  autofit = TRUE
)

Arguments

adsl

ADSL data frame

title

Table title

trt_var

Treatment variable name

region_var

Region variable name

autofit

Logical, whether to autofit column widths (default: TRUE)

Value

ClinicalTable object