These functions were deprecated in purrr 1.0.0 because they are of limited
use and you can now use map_vec()
instead. They are variants of map()
,
map2()
, imap()
, pmap()
, and flatten()
that return raw vectors.
Usage
map_raw(.x, .f, ...)
map2_raw(.x, .y, .f, ...)
imap_raw(.x, .f, ...)
pmap_raw(.l, .f, ...)
flatten_raw(.x)