col_to_factor {ezEDA} | R Documentation |
Private utility function: given a possibly non-factor column passed as a quosure, convert into a factor
col_to_factor(data, col_enquo)
data |
A data frame or tibble |
col_enquo |
A quosure |
A data frame or tibble with the corresponding column converted to factor if nevessary