Unexpected error when using `purrr::map()` with nested lists in R
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-18
r purrr tidyverse
I'm encountering an issue when trying to apply a function over a nested list structure using `purrr::map()`. The structure is a list of data frames, where each ...