check_spec_mode_engine_val | R Documentation |
Checks that a given model, mode, engine combination have been registered.
check_spec_mode_engine_val(model, mode, eng, call = caller_env())
model |
Character of specific model |
mode |
Character of specific mode |
eng |
Character of specific engine |
call |
The execution environment of a currently
running function, e.g. |
An error
library(rlang)
tmp <- catch_cnd(check_spec_mode_engine_val("turtle", "partition", "vegan"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.