Skip to contents

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.