Learn R Programming

mikropml (version 1.6.1)

select_apply: Use future apply if available

Description

Use future apply if available

Usage

select_apply(fun = "apply")

Value

output of apply function

Arguments

fun

apply function to use (apply, lapply, sapply, etc.)

Author

Zena Lapp, zenalapp@umich.edu

Examples

Run this code
if (FALSE) {
select_apply(fun = "sapply")
}

Run the code above in your browser using DataLab