-
Notifications
You must be signed in to change notification settings - Fork 57
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
Implement pivot_longer() #204
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks! A few minor comments/questions below.
In hindsight of making |
When I document this locally, I don't get the |
I was actually running into the same thing when I just tried, but it looks like you just have to run |
Ah of course; and that never happens for me because I always run in a clean session. |
Used a hack from @gaborcsardi to always attach tidyr when documenting. |
Thanks! |
A few notes:
vec_cast()
toadd_dt_wrappers()
- I wasn't sure if there was a different way you'd rather add that.pmap_chr()
taken from rlang'scompat-purrr.R
file for use instr_extract()
to avoid a purrr dependency.