Description Usage Arguments Details Value See Also Examples
Temporarily change the verbosity.
1 | 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
.
1 2 3 4 | 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.