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

Description Usage Arguments

View source: R/read_write_catalog.R

Description

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

Usage

1
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 April 3, 2021, 5:07 p.m.