pluck_vector {tidytidbits} | R Documentation |
Pluck with simplified return value
Description
Like purrr::pluck()
, but will return simplify()'ed as a vector
Usage
pluck_vector(.x, ..., .default = NULL)
Arguments
.x |
Container object |
... |
Accessor specification |
.default |
Default value |
Value
Result of purrr::pluck()
, transformed y purrr::simplify()
[Package tidytidbits version 0.3.2 Index]