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

Adding tidyselect i.e. select using a mix of string colnames and predefined predicates #40

Merged
merged 1 commit into from
Aug 6, 2023

Conversation

grahitr
Copy link
Member

@grahitr grahitr commented Feb 18, 2023

#27

@grahitr grahitr requested a review from talegari February 18, 2023 19:45
@grahitr
Copy link
Member Author

grahitr commented Feb 18, 2023

Methods affected by this change are

  • select
  • relocate
  • mutate
  • summarise
  • pivot_wider (names_from, values_from, id_cols)
  • pivot_longer(cols)
  • drop_na
  • unite
  • nest

Ref: (https://tidyselect.r-lib.org/reference/faq-selection-context.html)

@grahitr grahitr merged commit dc4103a into tidypyverse:master Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant