select_apply {mikropml} | R Documentation |
Use future apply if available
Description
Use future apply if available
Usage
select_apply(fun = "apply")
Arguments
fun |
apply function to use (apply, lapply, sapply, etc.) |
Value
output of apply function
Author(s)
Zena Lapp, zenalapp@umich.edu
Examples
## Not run:
select_apply(fun = "sapply")
## End(Not run)
[Package mikropml version 1.6.1 Index]