-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
It appreas that the ecosystem is still lacking a map primitive with vctrs
-compatible semantics. I recall there was an effort to implement mapping as part of vctrs (e.g. #1227), which was abandoned in favour of map_vec()
in purrr
. However, purrr
does not offer vctrs
-compatible semantics, in particular it has inconsistent treatment of data frames (see for example tidyverse/purrr#838).
I believe that the vctrs
approach to treating tables as row-iterable vectors is very powerful and allows the intuitive composition of complex data. This semantics also powers many advanced features within dplyr
. Are there plans to bring this to list iteration?
Metadata
Metadata
Assignees
Labels
No labels