stype_abort: Create custom 'rlang::abort' Class for Stype Objects

View source: R/utilities.R

stype_abortR Documentation

Create custom rlang::abort Class for Stype Objects

Description

modeled after vctrs:::stop_vctrs

Usage

stype_abort(msg = NULL, class = NULL, ...)

Arguments

msg

a string containing the error message.

class

a character vector with error classes, if any, to add in addition to "stype_err".

...

additional arguments passed to abort


novisci/stype documentation built on July 28, 2022, 7:44 a.m.