View source: R/model_options.R
check_option_valid | R Documentation |
Check if an option is valid
check_option_valid(opt)
opt |
An option (character) to check. |
Returns TRUE if the option is valid, FALSE otherwise.
check_option_valid("mirostat")
check_option_valid("invalid_option")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.