Skip to content

Commit

Permalink
Update NL ICU occupancy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpaulrsoucy committed Nov 2, 2023
1 parent 7fe8a54 commit d880062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/assemble_final_datasets.R
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ assemble_final_datasets <- function() {

## nl
icu_nl <- dplyr::bind_rows(
get_covid19tracker_d("icu", "NL", to = "2021-03-15"),
get_covid19tracker_d("icu", "NL", from = "2020-03-29", to = "2021-03-15"),
read_d("raw_data/static/nl/nl_icu_pt_ts.csv")
)

Expand Down

0 comments on commit d880062

Please sign in to comment.