powered by
Combine multiple functions to a single function returning a named vector of outputs
funstofun(...)
functions to combine
Each function should produce a single number as output
# NOT RUN { funstofun(min, max)(1:10) funstofun(length, mean, var)(rnorm(100)) # }
Run the code above in your browser using DataLab