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!"))

tidyverse/ggplot2 documentation built on April 26, 2024, 8:38 a.m.