Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

make_call

Make a parsnip call expression


Description

Make a parsnip call expression

Usage

make_call(fun, ns, args, ...)

Arguments

fun

A character string of a function name.

ns

A character string of a package name.

args

A named list of argument values.

Details

The arguments are spliced into the ns::fun() call. If they are missing, null, or a single logical, then are not spliced.

Value

A call.


parsnip

A Common API to Modeling and Analysis Functions

v0.1.5
GPL-2
Authors
Max Kuhn [aut, cre], Davis Vaughan [aut], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.