View source: R/check_logical_flag.R
check_logical_flag | R Documentation |
Checks for validity of a logical flag, stops if not valid
check_logical_flag(logical_flag)
logical_flag |
Logical scalar |
logical, value of the logical_flag
import_samples <- TRUE
check_logical_flag(import_samples)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.