Description Usage Arguments Value Examples
Make "Table 1" to Summarize Variables in Data Frame
1 | make_table1(varlist, dt, digits = 2, verbose = FALSE)
|
varlist |
Data frame containing 2 columns. Column 1 is the names of the variables. Column 2 is a name to be used as the variable name (typically longer than the variable name). |
dt |
Data table with variables of interest in it. |
digits |
Number of digits for continuous variables |
verbose |
Boolean When TRUE display debug information |
Returns Table 1 as a data.table
1 | ## Not run: # nothing here yet
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.