should_stop: Used in examples to illustrate when errors should occur.

View source: R/utilities.R

should_stopR Documentation

Used in examples to illustrate when errors should occur.

Description

Used in examples to illustrate when errors should occur.

Usage

should_stop(expr)

Arguments

expr

code to evaluate.

Examples

should_stop(stop("Hi!"))
should_stop(should_stop("Hi!"))

ggplot2 documentation built on Oct. 12, 2023, 5:08 p.m.