TRY: TRY

View source: R/useful.R

TRYR Documentation

TRY

Description

TRY or NULL

Usage

TRY(x, verbose = FALSE)

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

Value

expression output or NULL


linea documentation built on Sept. 15, 2022, 9:06 a.m.

Related to TRY in linea...