We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.x
When recycling named .x, names aren't recycled and don't appear on the output. I think it would make sense to recycle names here
> purrr::map2(c(a=1), 1:2, ~.x) [[1]] [1] 1 [[2]] [1] 1
The text was updated successfully, but these errors were encountered:
Recycle names in map2()
map2()
7abe7af
Closes tidyverse#779
fe832e4
Recycle names in map2() (#783)
57aac14
Closes #779
Successfully merging a pull request may close this issue.
When recycling named
.x
, names aren't recycled and don't appear on the output. I think it would make sense to recycle names hereThe text was updated successfully, but these errors were encountered: