Learn R Programming

loggit2 (version 2.4.0)

set_call_options: Set Call Options

Description

Set Call Options

Usage

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

Value

Invisible the previous call options.

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.