SyDBinvalid: 'SyDBinvalid' validate a systems database.

Description Usage Arguments Value Examples

Description

SyDBinvalid documentation in progress. Tests correct type, structure, and version of the database ...

Usage

1

Arguments

db

(character) s systems database "db".

Value

(character) an error message describing the problem if the database is invalid, or an empty string if the database is valid.

Examples

1
2
3
4
5
## Not run: 
# use the following idiom in functions:
if (as.logical(nchar(msg <- SyDBinvalid(<database parameter>)))) {stop(msg)}

## End(Not run)

hyginn/BCB420.2019.ESA documentation built on May 29, 2019, 1:23 p.m.