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

Enable the Tidyselect functions in embed step_* #63

Closed
kylegilde opened this issue Nov 12, 2020 · 3 comments
Closed

Enable the Tidyselect functions in embed step_* #63

kylegilde opened this issue Nov 12, 2020 · 3 comments
Labels
feature a feature request or enhancement

Comments

@kylegilde
Copy link

Hi, could we enable this recipes 0.1.15 enhancement in embed? Thanks!

The full tidyselect DSL is now allowed inside recipes step_*() functions. This includes the operators &, |, - and ! and the new where() function. Additionally, the restriction preventing user defined selectors from being used has been lifted (#572).
@DavisVaughan
Copy link
Member

This will probably require exporting recipes:::eval_select_recipes() so it can be used in recipes adjacent packages.

@topepo topepo added the feature a feature request or enhancement label Dec 4, 2020
@juliasilge
Copy link
Member

All recipe steps in embed now use recipes::recipes_eval_select(), which supports tidy evaluation in the recipes context.

@github-actions
Copy link

github-actions bot commented Dec 5, 2021

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

4 participants