Skip to content

pub_covid_hosp_state_timeseries issue column, and likely related endpoints/columns, are not parsed successfully #202

@brookslogan

Description

@brookslogan
library(epidatr)
covid_hosp_timeseries_selection <-
  pub_covid_hosp_state_timeseries("ak", as.Date("2022-12-17"))
covid_hosp_timeseries_selection$issue
#> [1] NA
# VS:
response <-
  pub_covid_hosp_state_timeseries("ak", as.Date("2022-12-17"), fetch_args = fetch_args_list(dry_run = TRUE)) |>
  epidatr:::request_url() |>
  httr::GET()
httr::content(response)$epidata[[1]]$issue
#> [1] 20231027

Created on 2023-11-01 with reprex v2.0.2

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions