-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
triageShould assign/revisit priority level, other tagsShould assign/revisit priority level, other tags
Description
Doing
chng_outpatient <- epidatr::covidcast(
data_source = "chng", signals = "smoothed_adj_outpatient_covid",
geo_type = "state",
time_type = "day",
time_values = "*",
geo_values = "*",
issues = "*"
)
resulted in a 504
, probably because it took too long to get back; it worked fine for restricting issues
to a month interval. Ways to address this:
- Expose whatever means
httr
has of increasing the wait time as a user input - document any already existing way of doing this
- Split
"*"
requests into reasonable sized subsets and then do joins after to return what they asked for.
Metadata
Metadata
Assignees
Labels
triageShould assign/revisit priority level, other tagsShould assign/revisit priority level, other tags