You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the non-COVIDcast endpoints have different formats and are generally poorly documented, it can be difficult to construct a working API query. To help users get started, we could include example fetch code on each endpoint doc page, like
library(epidatr)
res <- pub_fluview(
regions = c("nat", paste0("hhs", 1:10)),
epiweeks = epirange(201040, 201940)
)
Alternatively, to avoid having example code in many places (makes maintenance more difficult), we could link to the corresponding epidatr/epidatpy documentation page for that endpoint's function. So the fluview page could link to here.
The text was updated successfully, but these errors were encountered:
Because the non-COVIDcast endpoints have different formats and are generally poorly documented, it can be difficult to construct a working API query. To help users get started, we could include example fetch code on each endpoint doc page, like
Alternatively, to avoid having example code in many places (makes maintenance more difficult), we could link to the corresponding epidatr/epidatpy documentation page for that endpoint's function. So the fluview page could link to here.
The text was updated successfully, but these errors were encountered: