Converts characters to factors
Usage
char2fact(x, n = 5)
# Default S3 method
char2fact(x, n = 5)
# S3 method for class 'character'
char2fact(x, n = 5)
# S3 method for class 'factor'
char2fact(x, n = 5)
# S3 method for class 'data.frame'
char2fact(x, n = 5)See also
Other factors:
as_ordered(),
drop_levels(),
fact(),
fact2char(),
fact_na()