tidyverse/purrr

`imap_vec()` is missing

arnaudgallou opened this issue · 2 comments

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

Oops, yup.

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