50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

ICAMS (version 2.3.12)

ReadCatalogErrReturn: Get error message and either stop or create a null error output for read catalog

Description

Get error message and either stop or create a null error output for read catalog

Usage

ReadCatalogErrReturn(err.info, nrow, stop.on.error = TRUE, do.message = TRUE)

Arguments

err.info

The information passed to the tryCatch error function argument.

nrow

The number of rows to put in the 1-column NA return matrix.

stop.on.error

If TRUE then call stop().

do.message

If TRUE then message the error information.