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
fipio::as_fips(state = "FAKE") #> Error in x[is.na(x)] <- y[!is.na(y)] : replacement has length zero
When as_fips() can't find any data, an error should be returned, but it should be informative.
as_fips()
The text was updated successfully, but these errors were encountered:
I'm making the decision that instead of throwing an error, fipio::as_fips() will return NA, so that its vectorization isn't impacted.
fipio::as_fips()
Sorry, something went wrong.
fix: address #11 and #10; tests: updated tests; docs: added mike as ctb
3cd538f
Merge pull request #14 from UFOKN/patch-1
f4e1001
Bugfixes & Misc updates; Addresses #11 and #10
Successfully merging a pull request may close this issue.
When
as_fips()
can't find any data, an error should be returned, but it should be informative.The text was updated successfully, but these errors were encountered: