powered by
This is a convenience function whose result can be used e. g. to log the current settings.
get.pretty.tryCatchLog.options()
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)
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).
# NOT RUN { cat(get.pretty.tryCatchLog.options()) # "cat" does apply new line escape characters # }
Run the code above in your browser using DataLab