Description Usage Arguments Value
This function ensures that the models' arguments are a list. Furthermore, the function checks if these arguments match the selected model names, otherwise they will be dropped.
1 | check_models_args(models_args, model_names = NULL)
|
models_args |
A list, optional arguments to passed to the models |
model_names |
A list or vector of strings representing the model names to be used |
models_args: A list, parameters to be passed to the models where unused parameters are dropped
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.