sebkc.tryCatch: Internal function to Catch errors and warnings

View source: R/sebkcerror.R

sebkc.tryCatchR Documentation

Internal function to Catch errors and warnings

Description

Internal function to Catch errors and warnings

Usage

sebkc.tryCatch(expr)

Arguments

expr

an R expression to evaluate

Value

value a list with 'value' and 'warning', where value may be an error caught

Examples

thiserror=str( sebkc.tryCatch( log( "a" ) ) )$value

gowusu/sebkc documentation built on July 28, 2023, 11:44 a.m.