Closed maike2011 closed 3 months ago
Example to demonstrate an edge case, where map_dfr() works, but can not be replaced by list_rbind(). Fixes #1074
Thanks for working on this! While looking at this with fresh eyes, I realised that an even simpler approach is to use modify().
modify()
Example to demonstrate an edge case, where map_dfr() works, but can not be replaced by list_rbind(). Fixes #1074