myCatch {openPrimeRui}R Documentation

Custom Catch Function

Description

Returns a data frame if the input expression causes an error, otherwise returns the value of the evaluated expression.

Usage

myCatch(expr)

Arguments

expr

Expression to evaluate.

Value

The evaluated expression.


[Package openPrimeRui version 1.14.0 Index]