flatmap
From purrr v0.2.2.2
by Lionel Henry
Map a function and flatten the result by one-level
Deprecated: please use map()
followed by flatten()
.
- Keywords
- internal
Usage
flatmap(.x, .f, ..., .type)
Community examples
Looks like there are no examples yet.