get.pretty.option.value: gets the current value of an option as key/value string

Description Usage Arguments Details Value See Also Examples

View source: R/get_pretty_tryCatchLog_options.R

Description

The data type is also indicated if an option is set (since a wrong data type may cause problems). If an option is not set "(not set)" is shown as value.

Usage

1

Arguments

option.name

Name of the option (as character)

Details

THIS IS AN INTERNAL PRIVATE FUNCTION OF THE PACKAGE.

Value

The option as key/value string in one line

See Also

get.pretty.tryCatchLog.options

Examples

1
2
3
4
## Not run: 
tryCatchLog:::get.pretty.option.value("warn")
# [1] "Option warn = 0 (double)" 
## End(Not run)

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