We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a739823 commit 73be9c4Copy full SHA for 73be9c4
R/get_ww_data.R
@@ -68,7 +68,7 @@ get_ww_as_of_forecast_date <- function(forecast_date,
68
)
69
RKI_ww_sites <- read_tsv(ww_vintage_data_url)
70
dir_create(file.path(filepath_name, forecast_date))
71
- check <- write_csv(RKI_ww_sites, vintage_fp)
+ write_csv(RKI_ww_sites, vintage_fp)
72
}
73
74
# Clean the and filter to the calibration period, add the forecast date
0 commit comments