View source: R/withMadratLogging.R
withMadratLogging | R Documentation |
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
withMadratLogging(expr)
expr |
expression to be evaluated. |
Jan Philipp Dietrich
vcat
## Not run:
madrat:::withMadratLogging(message("Hello world!"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.