do_call | R Documentation |
Execute a function call similar to do.call()
, but without deparsing
function arguments. This function is deprecated and will be removed in a
future release. Where possible, please use direct function calls instead. If
this is not possible, please use do.call()
instead.
do_call(what, args, pkg = NULL)
what |
Either a function or a non-empty character string naming the function to be called. |
args |
A |
pkg |
Optional name of the package in which to search for the function
if |
The result of the (evaluated) function call.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.