diff --git a/R/read_protti.R b/R/read_protti.R index 4843036c..8c0627da 100644 --- a/R/read_protti.R +++ b/R/read_protti.R @@ -21,7 +21,7 @@ #' } read_protti <- function(filename, ...) { - data.table::fread(filename, ...) %>% + data.table::fread(file = filename, ...) %>% janitor::clean_names() %>% tibble::as_tibble() }