We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unsure if this exists as an issue already, but the call
covid_hosp_facility_lookup(state = "WY", city = "New York") %>% fetch_tbl()
silently just returns the state result. As more than one input is invalid, this should probably return an error/warning to that effect.
The text was updated successfully, but these errors were encountered:
Related to the discussion here. If we commit to doing those checks in the server, then no need to do that here.
Sorry, something went wrong.
fix: mutually exclusive args #98
e4b1ee0
Successfully merging a pull request may close this issue.
Unsure if this exists as an issue already, but the call
silently just returns the state result. As more than one input is invalid, this should probably return an error/warning to that effect.
The text was updated successfully, but these errors were encountered: