Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Update manual_update.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpaulrsoucy committed Mar 31, 2022
1 parent 01dafae commit 97a6dc1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/manual_update.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,12 @@ copy_cells("recovered_timeseries_prov", "E3", "C3") # recovered - copy yesterday

# Manitoba
copy_cells("recovered_timeseries_prov", "E4", "C4")
copy_cells("mortality_timeseries_hr", "F14:F15", "D14:D15")
copy_cells("mortality_timeseries_hr", "F17:F19", "D17:D19")
if (weekdays(date_today) != "Thursday") {
copy_cells("cases_timeseries_hr", "F14:F19", "D14:D19")
copy_cells("mortality_timeseries_hr", "F14:F19", "D14:D19")
copy_cells("testing_timeseries_prov", "E4", "C4")
copy_cells("cases_timeseries_hr", "F14:F19", "D14:I19")
copy_cells("mortality_timeseries_hr", "F16", "D16:I16")
copy_cells("testing_timeseries_prov", "E4", "C4:H4")
}

# Newfoundland
Expand Down

0 comments on commit 97a6dc1

Please sign in to comment.