Description Usage Arguments Value Author(s) See Also Examples
identifies the type of variables in a data.frame
1 |
data |
a |
a tibble
containing the following components:
the name of the column
the class
of the column
the type (categorical/continuous) of the column
Mark Newman, mark@trinetteandmark.com
Other utilities: adjust_grid_for_regression
,
apply_lag
, force_categorical
1 2 3 4 5 6 7 |
data.frame(
a = 1:10,
b = rep("a", 10),
c = rep("b", 10) %>% factor(),
stringsAsFactors = FALSE) %>%
identify_variables()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.