Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcblemai committed Apr 16, 2024
1 parent 7c08809 commit 72c1f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flepimop/R_packages/flepicommon/R/DataUtils.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ read_file_of_type <- function(extension,...){
if(extension == 'csv'){
return(function(x){suppressWarnings(readr::read_csv(x,,col_types = cols(
.default = col_double(),
darw=col_date(),
date=col_date(),
uid=col_character(),
comp=col_character(),
subpop=col_character()
Expand Down

0 comments on commit 72c1f4a

Please sign in to comment.