tidyverse / purrr

A functional programming toolkit for R
https://purrr.tidyverse.org/
Other
1.28k stars 272 forks source link

`imap_vec()` is missing #1084

Closed arnaudgallou closed 3 months ago

arnaudgallou commented 1 year ago

I'm looking for imap_vec() which doesn't seem to exist although the function is mentioned in the deprecation warning of imap_raw().

Is this a mistake?

hadley commented 1 year ago

Oops, yup.

hadley commented 4 months ago

Implementing this should be straightforward following the pattern of imap_lgl(), imap_int() etc.