Description Usage Arguments Value Author(s) See Also Examples
changes variables to be labeled as categorical
1 | force_categorical(variables, columns)
|
variables |
a |
columns |
the columns to update |
the updated tibble
Mark Newman, mark@trinetteandmark.com
Other utilities: adjust_grid_for_regression
,
apply_lag
, identify_variables
1 2 3 4 5 6 |
data.frame(
a = 1:10,
b = 1:10) %>%
identify_variables() %>%
force_categorical("b")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.