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

Specify insertion point for derived columns. #35

Closed
ericemc3 opened this issue Dec 2, 2020 · 1 comment · Fixed by #37
Closed

Specify insertion point for derived columns. #35

ericemc3 opened this issue Dec 2, 2020 · 1 comment · Fixed by #37
Labels
enhancement New feature or request

Comments

@ericemc3
Copy link

ericemc3 commented Dec 2, 2020

With R, it is very convenient to create a column and specify where to insert it:
mutate( newvar = ..., .after = var1 )
hence avoiding to respecify the desired column order with a full select.

Could derive encompass a new parameter similar to .after or .before?

@jheer jheer added the enhancement New feature or request label Dec 2, 2020
@jheer jheer changed the title relocate columns Specify insertion point for derived columns. Dec 2, 2020
@jheer
Copy link
Member

jheer commented Dec 4, 2020

The relocate verb and derive before/after options now staged for v1.2.0.

@jheer jheer closed this as completed Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants