Skip to content

Commit

Permalink
Clean col_spec_standardise
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed Mar 18, 2024
1 parent 18ff7b8 commit 2983c87
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions R/parser.R
Original file line number Diff line number Diff line change
Expand Up @@ -917,13 +917,7 @@ col_concise <- function(x) {

col_spec_standardise <- function(col_names = TRUE, col_types = NULL,
guessed_types = NULL,
comment = "",
skip = 0, skip_empty_rows = TRUE,
skip_quote = TRUE,
guess_max = 1000,
## tokenizer = tokenizer_csv(),
tokenizer = NULL,
locale = default_locale(),
skip = 0,
drop_skipped_names = FALSE) {

guessed_names <- FALSE ### For our use case, col_names is always character
Expand Down

0 comments on commit 2983c87

Please sign in to comment.