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
as_tibble()
While reviewing #91, I ran into an error when running process_resp():
process_resp()
Error in as_tibble(.) : could not find function "as_tibble"
I think you just need to add @importFrom tibble as_tibble in the roxygen documentation for process_resp().
@importFrom tibble as_tibble
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While reviewing #91, I ran into an error when running
process_resp()
:Error in as_tibble(.) : could not find function "as_tibble"
I think you just need to add
@importFrom tibble as_tibble
in the roxygen documentation forprocess_resp()
.The text was updated successfully, but these errors were encountered: