get.pretty.tryCatchLog.options: Gets the current option values of all options supported by...

Description Usage Details Value Examples

View source: R/get_pretty_tryCatchLog_options.R

Description

This is a convenience function whose result can be used e. g. to log the current settings.

Usage

1

Details

If an option is not set the string "(not set)" is shown as value.

The data type is also indicated if an option is set (since a wrong data type may cause problems).

Value

The current option settings as string (one per line as key/value pair), e. g.

1
2
3
4
Option tryCatchLog.write.error.dump.file = FALSE (logical)
Option tryCatchLog.write.error.folder = . (character)
Option tryCatchLog.silent.warnings = FALSE (logical)
Option tryCatchLog.silent.messages = (not set)

Examples

1
cat(get.pretty.tryCatchLog.options())  # "cat" does apply new line escape characters

tryCatchLog documentation built on Oct. 25, 2021, 9:08 a.m.