We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c6d46 commit d83f406Copy full SHA for d83f406
1 file changed
R/as_factor.R
@@ -56,7 +56,7 @@ as_factor.data.frame <- function(x, ..., only_labelled = TRUE) {
56
#' Labels are sorted by value.
57
#' * "both": like "default", but pastes together the level and value
58
#' * "label": use only the labels; unlabelled values become `NA`
59
-#' * "values: use only the values
+#' * "values": use only the values
60
#' @rdname as_factor
61
#' @export
62
as_factor.haven_labelled <- function(x, levels = c("default", "labels", "values", "both"),
0 commit comments