stop_incompatible_mode {modelenv} | R Documentation |
Error handling for incompatible modes
Description
Error handling for incompatible modes
Usage
stop_incompatible_mode(spec_modes, eng = NULL, model = NULL)
Arguments
spec_modes |
Character vector of modes |
eng |
Character of specific engine |
model |
Character of specific model |
Value
An error
Examples
library(rlang)
tmp <- catch_cnd(stop_incompatible_mode("partition"))
[Package modelenv version 0.1.1 Index]