We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
covidcast
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
Same issue as #67,
library(epidatr) library(magrittr) covidcast("hhs", "confirmed_admissions_covid_1d", "day", "state", time_values = "20220101", c("al", "ca")) %>% request_url
produces https://delphi.cmu.edu/epidata//covidcast/?data_source=hhs&signals=confirmed_admissions_covid_1d&time_type=day&geo_type=state&time_values=20220101&geo_values=al%2C%20ca which has spaces in its geo_values argument, which gets parsed as a single geo in the server.
The text was updated successfully, but these errors were encountered:
Ah nvm, I didn't reinstall this package since the bug fix.
Sorry, something went wrong.
No branches or pull requests
Same issue as #67,
produces https://delphi.cmu.edu/epidata//covidcast/?data_source=hhs&signals=confirmed_admissions_covid_1d&time_type=day&geo_type=state&time_values=20220101&geo_values=al%2C%20ca which has spaces in its geo_values argument, which gets parsed as a single geo in the server.
The text was updated successfully, but these errors were encountered: