is8rbsblist: checks whether a list is rbsb-compatible list or not

Description Usage Arguments Value Examples

View source: R/f1.rbsb2.code.r

Description

A rbsb-list must satisfy the following two properties:

i

All components and sub-components being named.

ii

All components and sub-components being either a list or a character vector/matrix/array (vma components are called leafs of the rbsb-list).

Usage

1

Arguments

lili

The list structure to be checked.

Value

TRUE/FALSE according to the case. Also a global variable rbsb.is8rbsblist is created to give the result through a des object.

Examples

1
2
3
4
5
6
 rbsb3k("reset");
 is8rbsblist(rbsb.lis1);
 is8rbsblist(list(rbsb.lis1));
 print(rbsb.is8rbsblist, what="c");
 is8rbsblist(list(rbsb.lis1, nu=NULL));
 print(rbsb.is8rbsblist, what="c");

rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to is8rbsblist in rbsb...