StateOfCalifornia / CalCAT

California Communicable diseases Assessment Tool
MIT License
225 stars 101 forks source link

Date Parse Error #31

Open briviere opened 4 years ago

briviere commented 4 years ago

I get the following error:

Error: Problem with mutate() input date. x do not know how to convert 'date' to class “Date” ℹ Input date is as.Date(date).

The issue is happening in cal_cal_data_routine.rmd:

74 can_county_observed <- grab_can_county_observed_intervention() fwrite(can_county_observed, paste0(data_path,"can_full_reff_table.csv"))