do_call_handler | R Documentation |
Call a function with given parameters and capture errors, warnings, or messages that occur during evaluation.
do_call_handler(
name,
fun,
params = list(),
verbose = 1,
call = rlang::caller_env()
)
name |
a name to give some context for the call |
fun |
a function to call |
params |
arguments to pass to fun |
verbose |
Verbosity level. If greater than 1, then handle warnings and messages in addition to errors. |
the results of calling fun with params
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.