check8gema: checks a /gema/ object

View source: R/f03.nbnmi.code.r

check8gemaR Documentation

checks a /gema/ object

Description

checks the consistency of gema as a /gema/ object issues a fatal error with some clues if inconsistent.

Usage

check8gema(gema)

Arguments

gema

The gema object to check.

Details

Looking a the code of this function provides a way to know which are the requirements of a /chain/ object.

Value

TRUE or a character containing some clue about the discovered inconsistency.

Examples

 check8gema(rbmn0gema.01);
 res <- check8gema(rbmn0adja.01);
 if (is.na(as.logical(res))) { print(res);}

rbmn documentation built on July 9, 2023, 6:37 p.m.