rnb.is.option {RnBeads} | R Documentation |
Checks if the specified text is an option name.
rnb.is.option(txt)
txt |
Potential option name. This should be a one-element |
TRUE
if the specified parameter is a valid analysis option name; FALSE
otherwise.
Yassen Assenov
rnb.options
for getting and setting option values
rnb.is.option("logging") # TRUE rnb.is.option("Logging") # FALSE