get_variable_t | R Documentation |
Generate more specific variable names
get_variable_t( model_table, excl_intercept = TRUE, excl_dup = TRUE, excl_blanks = FALSE, trans_df = NULL )
model_table |
|
excl_intercept |
Boolean to specify whether to drop the "(Intercept)" row of the model table |
excl_dup |
Boolean to specify whether to drop the duplicated rows of the model table |
excl_blanks |
Boolean to specify whether to drop the blank rows of the model |
trans_df |
|
Generate variable names that capture the transformations applied
tibble
of model table with added variable_t column
model_table = build_model_table(colnames(mtcars)) %>% get_variable_t()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.