Learn R Programming

blockr.core (version 0.1.1)

blockr_abort: Blockr conditions

Description

Wrappers for rlang::abort(), rlang::warn() and rlang::inform(). In addition to class, conditions inherit from "blockr_error".

Usage

blockr_abort(..., class = character(), envir = parent.frame())

blockr_warn( ..., class = character(), envir = parent.frame(), frequency = "always", frequency_id = NULL )

blockr_inform( ..., class = character(), envir = parent.frame(), frequency = "always", frequency_id = NULL )

Value

Called for side-effect of signaling conditions.

Arguments

...

Forwarded to cli::pluralize()

class

Condition class

envir

Forwarded to cli::pluralize()

frequency, frequency_id

Forwarded to rlang::warn()