We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
parse_timeset_input
"*"
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
So we can take advantage of time_values="*" and issues="*" options again.
time_values="*"
issues="*"
The text was updated successfully, but these errors were encountered:
Reprex with user-facing function:
library(epidatr) ga_hhs_issue_data = covidcast( "hhs", "confirmed_admissions_influenza_1d", geo_type = "state", time_type = "day", geo_values = "ga", time_values = "*", issues = "*" ) %>% fetch_tbl() #> Error in parse_timeset_input(time_values): Invalid timeset input: *
Created on 2023-05-09 with reprex v2.0.2
Sorry, something went wrong.
brookslogan
Successfully merging a pull request may close this issue.
So we can take advantage of
time_values="*"
andissues="*"
options again.The text was updated successfully, but these errors were encountered: