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
Recall that when creating R packages you need to use package referencing for any functions loaded through libraries.
I see inconsistent application of this principle throughout the code.
For example, rename() is a dplyr function.
df <- df %>% rename(geo = {{geo}}, subsector = {{subsector}}, resource = {{resource}})
Please double-check the code to make sure package references are used appropriately.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Recall that when creating R packages you need to use package referencing for any functions loaded through libraries.
I see inconsistent application of this principle throughout the code.
For example, rename() is a dplyr function.
Please double-check the code to make sure package references are used appropriately.
The text was updated successfully, but these errors were encountered: