Skip to content

Commit

Permalink
Runs styler
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnic committed Oct 4, 2023
1 parent 134df2c commit 4cc6b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/R/csv.R
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ read_csv2_arrow <- function(file,
mc$delim <- ";"
mc[[1]] <- get("read_delim_arrow", envir = asNamespace("arrow"))
inform(
message = c(i='Using "\',\'" as decimal and "\'.\'" as grouping mark. Use `read_delim_arrow()` for more control."')
message = c(i = 'Using "\',\'" as decimal and "\'.\'" as grouping mark. Use `read_delim_arrow()` for more control."')
)
eval.parent(mc)
}
Expand Down

0 comments on commit 4cc6b20

Please sign in to comment.