View source: R/configurations.R
set_call_options | R Documentation |
Set Call Options
set_call_options(..., .arg_list, confirm = TRUE)
... |
Named arguments to set. |
.arg_list |
A list of named arguments to set. |
confirm |
Print confirmation message of call options setting? |
Call options are as follows:
log_call
: Log the call of an condition?
full_stack
: Log the full stack trace?
Only one of ...
or .arg_list
can be provided.
Invisible the previous call options.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.