Skip to content

Commit

Permalink
No longer exclude "Out of Canada" cases from BC cases
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpaulrsoucy committed Oct 12, 2023
1 parent 29c4107 commit c4298a7
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 @@ -43,7 +43,7 @@ assemble_final_datasets <- function() {

## bc
bc1 <- read_d("raw_data/static/bc/bc_cases_hr_ts.csv") %>%
drop_sub_regions("Out of Canada") %>%
dplyr::mutate(sub_region_1 = ifelse(.data$sub_region_1 == "Out of Canada", "Unknown", .data$sub_region_1)) %>%
convert_hr_names()
bc2 <- read_d("raw_data/reports/bc/bc_monthly_report.csv") %>%
report_pluck("cases", "cases", "value_daily", "hr") %>%
Expand Down

0 comments on commit c4298a7

Please sign in to comment.