Convert a labelled_spss_survey vector to a type
of factor. Keeps only the levels and class attributes.
as_factor(x, levels = "default", ordered = FALSE)Object to coerce to a factor.
How to create the levels of the generated factor:
"default": uses labels where available, otherwise the values. Labels are sorted by value.
"both": like "default", but pastes together the level and value
"label": use only the labels; unlabelled values become NA
"values: use only the values
If TRUE create an ordered (ordinal) factor, if
FALSE (the default) create a regular (nominal) factor.
as_factor is imported from haven::as_factor