Rdocumentation
powered by
Learn R Programming
purrr (version 0.2.2)
flatmap: Map a function and flatten the result by one-level
Description
Deprecated: please use
map()
followed by
flatten()
.
Usage
flatmap(.x, .f, ..., .type)
Arguments