set_call_options: Set Call Options

View source: R/configurations.R

set_call_optionsR Documentation

Set Call Options

Description

Set Call Options

Usage

set_call_options(..., .arg_list, confirm = TRUE)

Arguments

...

Named arguments to set.

.arg_list

A list of named arguments to set.

confirm

Print confirmation message of call options setting?

Details

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.

Value

Invisible the previous call options.


loggit2 documentation built on June 8, 2025, 10:26 a.m.