check8alk: checks an /alk/

Description Usage Arguments Details Value Examples

Description

(ba) This function checks /alk/ more deeply than valid8alk which is also called.

Usage

1
check8alk(object)

Arguments

object

The alk object to be validated.

Details

After numerous attempts all the checks made in that function where removed from valid8alk because it seemed difficult to comply the requirements of a standard package by R checking. As far as possible, only complementary tests to valid8alk are performed.
The main idea is that non completed /alk/ must avoid the redundancy while completed /alk/ must have all slot filled in the standard way.

Value

TRUE when the object seems acceptable else a character describing the error(s) but when something badly strong is discovered a fatal error is issued.

Examples

1
2
 rebastaba3k("RESET"); # needed only for R checking, to be forgotten
 check8alk(rebastaba.alk1);

rebastaba documentation built on May 2, 2019, 5:24 p.m.