We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
504
issues
httr
"*"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Doing
resulted in a
504
, probably because it took too long to get back; it worked fine for restrictingissues
to a month interval. Ways to address this:httr
has of increasing the wait time as a user input"*"
requests into reasonable sized subsets and then do joins after to return what they asked for.The text was updated successfully, but these errors were encountered: