demogRTF_table | R Documentation |
create demographics RTF table
demogRTF_table(data, settings)
data |
demographics data frame with columns specified in settings object |
settings |
list with parameters specifying the column names for:
|
rtf doc object
settings <- list(treatment_col = "ARM", sex_col = "SEX", race_col = "RACE", age_col = "AGE") demogRTF_table(safetyData::sdtm_dm, settings)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.