Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ HOSPITALIZATIONS_AHEAD_OPTIONS <- c(
)

# Earliest 'as of' date available from covidcast API
MIN_AVAIL_NATION_AS_OF_DATE <- as.Date("2021-01-09")
MIN_AVAIL_HOSP_AS_OF_DATE <- as.Date("2020-11-11")
MIN_AVAIL_TERRITORY_AS_OF_DATE <- as.Date("2021-02-10")
MIN_AVAIL_NATION_AS_OF_DATE <- as.Date("2020-04-02")
MIN_AVAIL_HOSP_AS_OF_DATE <- as.Date("2020-11-16")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this matters yet but flu signals from hhs are only available back to as_of 2021-09-20

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 will keep an eye on that.

MIN_AVAIL_TERRITORY_AS_OF_DATE <- as.Date("2020-04-02")

TERRITORIES <- c("AS", "GU", "MP", "VI")
STATE_ABB <- c(state.abb, TERRITORIES, "PR", "DC")
Expand Down