Learn R Programming

madrat (version 3.15.6)

withMadratLogging: Tool: withMadratLogging

Description

Function will activate madrat logging facilities for all code provided to this function. This means that message, warning and stop calls will also report to the madrat log output

Usage

withMadratLogging(expr)

Arguments

expr

expression to be evaluated.

Author

Jan Philipp Dietrich

See Also

vcat

Examples

Run this code
if (FALSE) {
madrat:::withMadratLogging(message("Hello world!"))
}

Run the code above in your browser using DataLab