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

catchR Documentation

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(...)

Arguments

...

The expression to safely evaluate.

Value

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


hexFinder documentation built on Feb. 16, 2023, 8:11 p.m.