has_message: Check if an R expression produces warnings or errors

Description Usage Arguments Value Examples

Description

The two functions has_warning() and has_error() check if an expression produces warnings and errors, respectively.

Usage

1
2
3
has_warning(expr)

has_error(expr)

Arguments

expr

an R expression

Value

A logical value.

Examples

1
2
3
has_warning(1+1); has_warning(1:2+1:3)

has_error(2-3); has_error(1+'a')

InsightRX/json2test documentation built on May 12, 2021, 9:49 p.m.