Description Usage Arguments Details Value Examples
FUNCTION_DESCRIPTION
1 2 3 4 5 6 7 8 9 10 11 12 13 | mp_log_reset()
mp_log_get()
mp_log_message(
...,
domain = NULL,
appendLF = TRUE,
verbosity = 1,
allow_verbose = TRUE,
verbose = NULL,
verbose_store = NULL
)
|
... |
Zero or more objects passed on to |
domain |
Domain for translations, passed on to |
appendLF |
logical; whether to add a newline to the message. Only used for verbose output. |
verbosity |
numeric value descibing the verbosity level of the message |
allow_verbose |
Whether to allow verbose output. Must be set to FALSE until the options object has been initialised. |
verbose |
logical, numeric, or |
verbose_store |
Same as |
mp_log_reset()
clears the log contents.
mp_log_message
DETAILS
mp_log_get
RETURN_VALUE
mp_log_message
OUTPUT_DESCRIPTION
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
if (interactive()) {
# EXAMPLE1
}
## End(Not run)
## Not run:
if (interactive()) {
# EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.