powered by
Checks that a given model, mode, engine combination have been registered.
check_spec_mode_engine_val(model, mode, eng, call = caller_env())
An error
Character of specific model
Character of specific mode
Character of specific engine
The execution environment of a currently running function, e.g. caller_env(). The function will be mentioned in error messages as the source of the error. See the call argument of abort() for more information.
caller_env()
call
abort()
library(rlang) tmp <- catch_cnd(check_spec_mode_engine_val("turtle", "partition", "vegan"))
Run the code above in your browser using DataLab