Learn R Programming

linea (version 0.1.1)

TRY: TRY

Description

TRY or NULL

Usage

TRY(x, verbose = FALSE)

Value

expression output or NULL

Arguments

x

The expression to try

verbose

boolean to specify whether to print the error

Details

A tryCatch implementation that returns NULL when an error is thrown