View source: R/model_options.R
check_options | R Documentation |
Check if a vector of options are valid
check_options(opts = NULL)
opts |
A vector of options to check. |
Returns a list with two elements: valid_options and invalid_options.
check_options(c("mirostat", "invalid_option"))
check_options(c("mirostat", "num_predict"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.