List of function calls generated by funs()
, or a
character vector of function names, or simply a function.
Bare formulas are passed to rlang::as_function()
to create
purrr-style lambda functions. Note that these lambda prevent
hybrid evaluation from happening and it is thus more efficient to
supply functions like mean()
directly rather than in a
lambda-formula.