make_call | R Documentation |
Make a parsnip call expression
make_call(fun, ns, args, ...)
fun |
A character string of a function name. |
ns |
A character string of a package name. |
args |
A named list of argument values. |
The arguments are spliced into the ns::fun()
call. If they are
missing, null, or a single logical, then are not spliced.
A call.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.