Skip to content

package::function referencing #7

@lecy

Description

@lecy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions