Learn R Programming

erratum (version 2.2.0)

resolves: Resolve Errors and Warnings

Description

Resolve Errors and Warnings

Usage

resolve(...)

defer_resolve(...)

Arguments

...

Objects to check, if any of them is an Error then stop() is called, if any are Warnings then warning() is called.

Value

Invisiby returns NULL

Details

Objects passed are evalutated in order.