View source: R/prettytable_functions.R
prettytable_autoindent | R Documentation |
Create an auto-indented table based on tableone::CreateTableOne.
prettytable_autoindent(
vars,
data,
nspaces = 6,
includeNA = TRUE,
nonnormal = NULL,
...
)
vars |
Character vector. Names of variables to summarize |
data |
Data.frame. Where to search for |
nspaces |
Integer. Number of spaces to add to the beginning of indented rows. |
includeNA |
Logical. Whether or not to treat NAs as a factor level. |
nonnormal |
Character vector. Names of variables in |
... |
Arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.