as_factor {retroharmonize} | R Documentation |
Convert labelled_spss_survey vector To Factor
Description
Convert a labelled_spss_survey
vector to a type
of factor. Keeps only the levels
and class
attributes.
Usage
as_factor(x, levels = "default", ordered = FALSE)
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 TRUE create an ordered (ordinal) factor, if
FALSE (the default) create a regular (nominal) factor.
|
See Also
as_factor
is imported from haven::as_factor
[Package
retroharmonize version 0.2.0
Index]