flatmap {purrr}
R Documentation
Map a function and flatten the result by one-level
Description
Deprecated: please use
map()
followed by
flatten()
.
Usage
flatmap(.x, .f, ..., .type)
[Package
purrr
version 0.2.2.2
Index
]