powered by
create demographics RTF table
demogRTF_table(data, settings)
demographics data frame with columns specified in settings object
list with parameters specifying the column names for:
sex (settings$sex_col),
race (settings$race_col)
age (settings$age_Col)
rtf doc object
# NOT RUN { settings <- list(treatment_col = "ARM", sex_col = "SEX", race_col = "RACE", age_col = "AGE") demogRTF_table(safetyData::sdtm_dm, settings) # }
Run the code above in your browser using DataLab