stop_incompatible_mode: Error handling for incompatible modes

View source: R/check.R

stop_incompatible_modeR 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"))

modelenv documentation built on March 31, 2023, 10:31 p.m.