Skip to content

Commit d83f406

Browse files
authored
Fix typo in as_factor() docs, close #748
1 parent 73c6d46 commit d83f406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/as_factor.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ as_factor.data.frame <- function(x, ..., only_labelled = TRUE) {
5656
#' Labels are sorted by value.
5757
#' * "both": like "default", but pastes together the level and value
5858
#' * "label": use only the labels; unlabelled values become `NA`
59-
#' * "values: use only the values
59+
#' * "values": use only the values
6060
#' @rdname as_factor
6161
#' @export
6262
as_factor.haven_labelled <- function(x, levels = c("default", "labels", "values", "both"),

0 commit comments

Comments
 (0)