rbsa7list9: checks whether a list is rbsa-compatible list

Description Usage Arguments Value Examples

View source: R/rbsa2.code.r

Description

To be a rbsa-list, a list must satisfy the following two properties: (i) all components and sub-components are named. (ii) all components and sub-components are either a list or a character vector/matrix/array (i.e. vma components); they are the leafs of the rbsa-list.
To be handled by list2file or file2list functions, a list must rbsa-compatible.

Usage

1
2
 
  rbsa7list9(lili,monitor=rbsa0$monitor$v) 

Arguments

lili

The list structure to be checked.

monitor

List of monitoring constants, see rbsa0$monitor$v to know its structure.

Value

TRUE or FALSE according to the results of the checks.

Examples

1
2
3
4
 
  rbsa7list9(rbsa0$lis1$v); 
  rbsa7list9(list(rbsa0$lis1$v)); 
  rbsa7list9(list(rbsa0$lis1$v,nu=NULL)); 

rbsa documentation built on May 2, 2019, 6:07 p.m.