Following the discussion here, it would be useful to be able to use everything() in transmute so that cases where I want to just add a couple of columns at the start of the tibble are dealt with.
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/
lockbot
locked and limited conversation to collaborators
Oct 8, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following the discussion here, it would be useful to be able to use everything() in transmute so that cases where I want to just add a couple of columns at the start of the tibble are dealt with.
This would then be possible:
I'd actually rather be able to do this with select and remove need for transmute, but if not, then transmute would be next best thing.
The text was updated successfully, but these errors were encountered: