withWarnings {openPrimeRui}R Documentation

Error/Warning Handler.

Description

Evaluates an expression without throwing warning/errors.

Usage

withWarnings(expr)

Arguments

expr

Expression to evaluate

Details

Instead of throwing warnings/errors, the warnings/errors are returned in a list object, alongside with the results.

Value

List containing values, warnings, and errors.


[Package openPrimeRui version 1.6.0 Index]