with_verbosity | R Documentation |
Temporarily change the verbosity.
with_verbosity(level, code)
level |
A scalar (integer vector of length one),
possibly |
code |
Any object. Code to execute in the temporary environment. |
Verbosity is temporarily changed.
The result of the evaluation of the code
argument.
withr
for examples of 'with_' methods,
get_verbosity
, and set_verbosity
.
define("foo", NULL, { "bar" })
with_verbosity(-Inf, {
make("foo")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.