We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0116c95 commit bbff734Copy full SHA for bbff734
R/io.R
@@ -74,7 +74,7 @@ read_utf8_bare <- function(con, warn = TRUE) {
74
"The file ", con, " is not encoded in UTF-8. ",
75
"These lines contain invalid UTF-8 characters: "
76
),
77
- paste(c(head(i), if (n > 6) "..."), collapse = ", ")
+ paste(c(utils::head(i), if (n > 6) "..."), collapse = ", ")
78
)
79
}
80
x
0 commit comments