Make a parsnip call expression
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.