Learn R Programming

radiant.data (version 0.6.0)

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
make_funs(c("mean", "sum_rm"))

Run the code above in your browser using DataLab