Learn R Programming

radiant.data (version 0.8.1)

make_funs: Make a list of functions-as-formulas to pass to dplyr

Description

Make a list of functions-as-formulas to pass to dplyr

Usage

make_funs(x)

Arguments

x

List of functions as strings

Value

List of functions to pass to dplyr in formula form

Examples

Run this code
# NOT RUN {
make_funs(c("mean", "sum_rm"))

# }

Run the code above in your browser using DataLab