rnb.is.option: rnb.is.option

Description Usage Arguments Value Author(s) See Also Examples

View source: R/options.R

Description

Checks if the specified text is an option name.

Usage

1

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.

Author(s)

Yassen Assenov

See Also

rnb.options for getting and setting option values

Examples

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

RnBeads documentation built on March 3, 2021, 2 a.m.