Learn R Programming

RnBeads (version 1.4.0)

rnb.is.option: rnb.is.option

Description

Checks if the specified text is an option name.

Usage

rnb.is.option(txt)

Arguments

txt
Potential option name. This should be a one-element character vector.

Value

TRUE if the specified parameter is a valid analysis option name; FALSE otherwise.

See Also

rnb.options for getting and setting option values

Examples

Run this code

rnb.is.option("logging") # TRUE
rnb.is.option("Logging") # FALSE

Run the code above in your browser using DataLab