rnb.is.option {RnBeads}R Documentation

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.

Author(s)

Yassen Assenov

See Also

rnb.options for getting and setting option values

Examples


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


[Package RnBeads version 2.12.2 Index]