| multi_sapply | R Documentation | 
Apply multiple functions to a numeric vector.
multi_sapply(...)
... | 
 First argument should be the vector, all subsequent arguments are functions to apply (naming functions is optional).  | 
NA values are always removed.
A wide dataframe with a column for the results of each function.
Code snippet by Bogumił Kamiński, adapted from: http://rsnippets.blogspot.co.uk/2011/11/applying-multiple-functions-to-data.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.