Convert a labelled_spss_survey vector to a type
of factor. Keeps only the levels and class attributes.
Arguments
- x
Object to coerce to a factor.
- levels
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
- ordered
If
TRUEcreate an ordered (ordinal) factor, ifFALSE(the default) create a regular (nominal) factor.
See also
as_factor is imported from haven::as_factor
