Skip to content

Commit

Permalink
name package in call to readr
Browse files Browse the repository at this point in the history
  • Loading branch information
datapumpernickel committed May 8, 2024
1 parent 80fa8c7 commit e98bcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ct_process_response.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ct_process_response <-
filename),
delim = "\t",
show_col_types = FALSE,
guess_max = 99999,col_types = cols(.default = "c"))
guess_max = 99999,col_types = readr::cols(.default = "c"))
file.remove(file.path(rappdirs::user_cache_dir("comtradr_bulk"),
filename))
} else {
Expand Down

0 comments on commit e98bcda

Please sign in to comment.