util_condition_constructor_factory: Produce a condition function

View source: R/util_condition_constructor_factory.R

util_condition_constructor_factoryR Documentation

Produce a condition function

Description

Produce a condition function

Usage

util_condition_constructor_factory(
  .condition_type = c("error", "warning", "message")
)

Arguments

.condition_type

character the type of the conditions being created and signaled by the function, "error", "warning", or "message"


dataquieR documentation built on July 26, 2023, 6:10 p.m.