purrr_as_mapper {disk.frame} | R Documentation |
Used to convert a function to purrr syntax if needed
Description
Used to convert a function to purrr syntax if needed
Usage
purrr_as_mapper(.f)
Arguments
.f |
a normal function or purrr syntax function i.e. '~ ...code...' |
[Package disk.frame version 0.8.3 Index]