fn_list | R Documentation |
Constructor for a list of functions, a thin wrapper around list() which checks that all the inputs are functions and have names
fn_list(...)
... |
objects, must all be named |
a list of named functions
flist <- fn_list(
mean = mean,
median = median
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.