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 5ec5a03 commit 2d1a2e5Copy full SHA for 2d1a2e5
R/path.R
@@ -21,5 +21,6 @@ path <- function(...) {
21
22
out <- do.call(file.path, components)
23
out[missing] <- NA_character_
24
+ Encoding(out) <- "UTF-8"
25
out
26
}
0 commit comments