Learn R Programming

tryCatchLog (version 1.3.1)

get.pretty.tryCatchLog.options: 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()

Arguments

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)

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).

Examples

Run this code
# NOT RUN {
cat(get.pretty.tryCatchLog.options())  # "cat" does apply new line escape characters

# }

Run the code above in your browser using DataLab