``` r 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 ``` <sup>Created on 2023-11-01 with [reprex v2.0.2](https://reprex.tidyverse.org)</sup>