Skip to content

When creating a variable with the same name as one of the original columns used in unite, the new column is removed (with remove = TRUE). #89

Description

@theunis

For example:

unite(mtcars, vs, vs, am)

removes both the vs and am column, while not creating a new column vs.
If this is intended functionality, perhaps a warning message would be appropriate.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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