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 Oct. 14, 2024, 5:08 p.m.