Error when using `purrr::map()` with a list of custom objects in R - Can't access attributes
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-16
r purrr s3 s4 custom-classes
I'm trying to use `purrr::map()` to apply a function to a list of custom objects in R, but I'm encountering an error when I try to access the attributes of thos...