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"))
I get the following error:
Error: Problem with
mutate()inputdate.x do not know how to convert 'date' to class “Date”
ℹ Input
dateisas.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"))