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

View source: R/get_pretty_tryCatchLog_options.R

get.pretty.tryCatchLog.optionsR Documentation

Gets the current option values of all options supported by the 'tryCatchLog' package

Description

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

Usage

get.pretty.tryCatchLog.options()

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.

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

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


aryoda/tryCatchLog documentation built on Feb. 6, 2023, 1:42 a.m.