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"

See Also

Other condition_functions: util_deparse1(), util_error(), util_find_external_functions_in_stacktrace(), util_find_first_externally_called_functions_in_stacktrace(), util_find_indicator_function_in_callers(), util_message(), util_warning()


dataquieR documentation built on May 29, 2024, 7:18 a.m.