| withMadratLogging {madrat} | R Documentation |
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(s)
Jan Philipp Dietrich
See Also
Examples
## Not run:
madrat:::withMadratLogging(message("Hello world!"))
## End(Not run)
[Package madrat version 3.6.4 Index]