verbose_sd_option | R Documentation |
Functions to set and remove the option parameter verbose_level_staged.deps
.
It can assume integer values between c(0, 1, 2)
. This will set this variable
as an option with options()
and getOption()
.
verbose_sd_set(verbose = 1)
verbose_sd_get()
verbose_sd_rm()
verbose |
( |
verbose_sd_set(2)
verbose_sd_get() # 2, the inserted value
verbose_sd_rm()
verbose_sd_get() # 1, the default
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.