Learn R Programming

modelenv (version 0.2.0)

stop_incompatible_mode: Error handling for incompatible modes

Description

Error handling for incompatible modes

Usage

stop_incompatible_mode(spec_modes, eng = NULL, model = NULL)

Value

An error

Arguments

spec_modes

Character vector of modes

eng

Character of specific engine

model

Character of specific model

Examples

Run this code
library(rlang)
tmp <- catch_cnd(stop_incompatible_mode("partition"))

Run the code above in your browser using DataLab