Learn R Programming

hexFinder (version 0.8.2)

catch: Catches errors from a given expression. Can be used in a pipe.

Description

Catches errors from a given expression. Can be used in a pipe.

Usage

catch(...)

Value

The result of evaluating the expression or NULL in case of error.

Arguments

...

The expression to safely evaluate.