Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 11, 2024
1 parent 21ace76 commit 1330e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/data_read.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ data_read <- function(path,
# user may decide whether we automatically detect variable type or not
if (isTRUE(convert_factors)) {
if (verbose) {
msg <- "Variables where all values have associated labels are now converted into factors. If this is not intended, use `convert_factors = FALSE`."
msg <- "Variables where all values have associated labels are now converted into factors. If this is not intended, use `convert_factors = FALSE`." # nolint
insight::format_alert(msg)
}
x[] <- lapply(x, function(i) {
Expand Down

0 comments on commit 1330e90

Please sign in to comment.