ReadCatalogErrReturn: Get error message and either stop or create a null error...

View source: R/read_write_catalog.R

ReadCatalogErrReturnR Documentation

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.


ICAMS documentation built on June 22, 2024, 6:47 p.m.