Skip to content
New issue

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

Add .keep to mutate() #60

Closed
nathaneastwood opened this issue Nov 22, 2020 · 0 comments
Closed

Add .keep to mutate() #60

nathaneastwood opened this issue Nov 22, 2020 · 0 comments
Labels
feature request New feature or request
Milestone

Comments

@nathaneastwood
Copy link
Owner

This argument allows you to control which columns from .data are retained in the output:

  • "all", the default, retains all variables.
  • "used" keeps any variables used to make new variables; it's useful for checking your work as it displays inputs and outputs side-by-side.
  • "unused" keeps only existing variables not used to make new variables.
  • "none", only keeps grouping keys (like transmute()).
@nathaneastwood nathaneastwood added the feature request New feature or request label Nov 22, 2020
@nathaneastwood nathaneastwood added this to the 0.2.5 milestone Nov 23, 2020
@nathaneastwood nathaneastwood changed the title [FEAT] Add .keep to mutate() Add .keep to mutate() Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant