cmu-delphi / epidatr

Delphi Epidata API R Client
https://cmu-delphi.github.io/epidatr/
Other
1 stars 5 forks source link

Weekly data should require week numbers #286

Open dsweber2 opened 2 months ago

dsweber2 commented 2 months ago
states <- "ca,fl,ny,tx"
today <- 20240730
pub_covidcast(
  source = "nssp",
  signals = "pct_ed_visits_covid",
  time_type = "week",
  geo_type = "state",
  time_values = epirange(20221001, today),
  geo_values = states,
  issues = epirange(20000101,today)
)

it isn't immediately clear why this returns no data, for example