Programming, r IT Nursery Why use purrr::map instead of lapply? Is there any reason why I should use map(<list-like-object>, function(x) <do stuff>) instead of lapply(<list-like-object>, function(x) <do stuff>) the output should be the same and the benchmarks I made... May 27, 2022 0 Comments