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

Recycling .x should recycle names #779

Closed
DavisVaughan opened this issue Jul 31, 2020 · 0 comments · Fixed by #783
Closed

Recycling .x should recycle names #779

DavisVaughan opened this issue Jul 31, 2020 · 0 comments · Fixed by #783
Labels
bug an unexpected problem or unintended behavior map 🗺️

Comments

@DavisVaughan
Copy link
Member

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
@DavisVaughan DavisVaughan added the bug an unexpected problem or unintended behavior label Jul 31, 2020
lionel- added a commit to lionel-/lowliner that referenced this issue Aug 5, 2020
lionel- added a commit to lionel-/lowliner that referenced this issue Aug 5, 2020
hadley pushed a commit that referenced this issue Aug 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior map 🗺️
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants