set_verbosity | R Documentation |
Just a wrapper for options(metaRange.verbose = [0 | 1 | 2])
but documented.
If 0
, metaRange functions will print no messages to the console.
If 1
, metaRange functions will print some messages to the console.
If 2
, metaRange functions will print many messages to the console.
set_verbosity(verbose)
verbose |
|
<invisible list>
a list with the previous verbosity setting.
set_verbosity(0)
getOption("metaRange.verbose")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.