select_apply: Use future apply if available

View source: R/utils.R

select_applyR 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)

SchlossLab/mikropml documentation built on Aug. 24, 2023, 9:51 p.m.