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

Add example to map_dfr()/map_dfc() #1140

Merged
merged 3 commits into from
Aug 21, 2024

Conversation

maike2011
Copy link
Contributor

Example to demonstrate an edge case, where map_dfr() works, but can not be replaced by list_rbind(). Fixes #1074

Maike and others added 2 commits August 15, 2024 20:44
Example to demonstrate an edge case, where map_dfr() works, but can not be replaced by list_rbind(). Fixes tidyverse#1074
@hadley
Copy link
Member

hadley commented Aug 20, 2024

Thanks for working on this! While looking at this with fresh eyes, I realised that an even simpler approach is to use modify().

@hadley hadley merged commit 5817933 into tidyverse:main Aug 21, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

map_dfr
2 participants