View source: R/check_verbose.R
check_verbose | R Documentation |
verbose
is valid.
Check if the verbose
is valid,
which is when it is either TRUE or FALSE.Will stop if not
check_verbose(verbose)
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
Nothing. Will stop if the input is not either TRUE or FALSE.
Richèl J.C. Bilderbeek
check_verbose(verbose = TRUE)
check_verbose(verbose = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.