map_raw | R Documentation |
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.
map_raw(.x, .f, ...)
map2_raw(.x, .y, .f, ...)
imap_raw(.x, .f, ...)
pmap_raw(.l, .f, ...)
flatten_raw(.x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.