fapply: Apply list of functions to single argument

Description Usage Arguments Value Examples

Description

Apply list of functions to single argument

Usage

1
fapply(fxns, arg)

Arguments

fxns

list of functions

arg

arg to repeatedly apply fxns to

Value

list of results from functions applied to args

Examples

1
   fapply(c(min, max, mean), 1:5)

alteryx/AlteryxSim documentation built on May 10, 2019, 10:26 a.m.