Description Usage Arguments Value Author(s) See Also Examples
View source: R/check_option_names.R
Check a list of optional "..." functional argument parameter names to confirm that they are all present in maeve_options(). If any are not, it may indicate, e.g., typos. Take action depending on the value of maeve_options('mismatch_action').
1 |
... |
optional parameters passed to a function. |
a vector the same length as the input vector, with either logical or numeric entries.
Bill Forrest forrest@gene.com
1 | cat('no example for check_option_names().')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.