do_call {projpred} | R Documentation |
Execute a function call
Description
Execute a function call similar to do.call()
, but without deparsing
function arguments.
Usage
do_call(what, args, pkg = NULL)
Arguments
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 |
Value
The result of the (evaluated) function call.
[Package projpred version 2.9.0 Index]