Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

funstofun-gl

Aggregate multiple functions into a single function


Description

Combine multiple functions to a single function returning a named vector of outputs

Usage

funstofun(...)

Arguments

...

functions to combine

Details

Each function should produce a single number as output

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

funstofun(min, max)(1:10)
funstofun(length, mean, var)(rnorm(100))

reshape

Flexibly Reshape Data

v0.8.8
MIT + file LICENSE
Authors
Hadley Wickham [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.