Skip to content

parse_timeset_input should allow "*" #100

New issue

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

Closed
brookslogan opened this issue May 10, 2023 · 1 comment · Fixed by #101
Closed

parse_timeset_input should allow "*" #100

brookslogan opened this issue May 10, 2023 · 1 comment · Fixed by #101
Assignees
Labels
enhancement New feature or request P1 medium priority

Comments

@brookslogan
Copy link
Contributor

brookslogan commented May 10, 2023

So we can take advantage of time_values="*" and issues="*" options again.

@brookslogan brookslogan added enhancement New feature or request P1 medium priority labels May 10, 2023
@brookslogan
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P1 medium priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant