Skip to content

Commit

Permalink
Update read_file.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan authored Jul 25, 2024
1 parent eb17e6e commit c154767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ read_file <- function(path, col_select = NULL, ...) {
))
}

if ((!missing(col_select) && ext != "parquet") {
if (!missing(col_select) && ext != "parquet") {
cli::cli_abort(c(
"x" = "{.arg col_select} and/or {.arg as_data_frame} must only be used
when reading a {.field .parquet} file."
Expand Down

0 comments on commit c154767

Please sign in to comment.