Description Usage Arguments Value Author(s) See Also Examples
Checks if the specified text is an option name.
1 | 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
1 2 | rnb.is.option("logging") # TRUE
rnb.is.option("Logging") # FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.