check_verbose: Check if the 'verbose' is valid. Check if the 'verbose' is...

View source: R/check_verbose.R

check_verboseR Documentation

Check if the verbose is valid. Check if the verbose is valid, which is when it is either TRUE or FALSE.

Description

Will stop if not

Usage

check_verbose(verbose)

Arguments

verbose

the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid.

Value

Nothing. Will stop if the input is not either TRUE or FALSE.

Author(s)

Richèl J.C. Bilderbeek

Examples

check_verbose(verbose = TRUE)
check_verbose(verbose = FALSE)

richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.