map_raw: Functions that return raw vectors

View source: R/map-raw.R

map_rawR Documentation

Functions that return raw vectors

Description

[Deprecated]

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)

tidyverse/purrr documentation built on Nov. 7, 2023, 7:33 a.m.