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
Retry-After
via #95
this shouldn't happen very often but can happen apparently
as.numeric() does not fail, but instead throws a warning.
as.numeric()
as.numeric('2018-12-05T00:00:00.000Z') [1] NA Warning message: NAs introduced by coercion
we can tryCatch this perhaps or look for a date in the string and handle accordingly
tryCatch
The text was updated successfully, but these errors were encountered:
removing v0.8 milestone for now - will incorporate a test once we have a real world use case of this
Sorry, something went wrong.
No branches or pull requests
via #95
this shouldn't happen very often but can happen apparently
as.numeric()
does not fail, but instead throws a warning.we can
tryCatch
this perhaps or look for a date in the string and handle accordinglyThe text was updated successfully, but these errors were encountered: