Skip to content

Commit 73be9c4

Browse files
remove check
1 parent a739823 commit 73be9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/get_ww_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ get_ww_as_of_forecast_date <- function(forecast_date,
6868
)
6969
RKI_ww_sites <- read_tsv(ww_vintage_data_url)
7070
dir_create(file.path(filepath_name, forecast_date))
71-
check <- write_csv(RKI_ww_sites, vintage_fp)
71+
write_csv(RKI_ww_sites, vintage_fp)
7272
}
7373

7474
# Clean the and filter to the calibration period, add the forecast date

0 commit comments

Comments
 (0)