Description Usage Arguments Value Examples
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. 
1 2  |  
  rbsa7list9(lili,monitor=rbsa0$monitor$v) 
 | 
lili | 
 The list structure to be checked.  | 
monitor | 
 List of monitoring constants, see rbsa0$monitor$v to know its structure.  | 
TRUE or FALSE according to the results of the checks.
1 2 3 4  |  
  rbsa7list9(rbsa0$lis1$v); 
  rbsa7list9(list(rbsa0$lis1$v)); 
  rbsa7list9(list(rbsa0$lis1$v,nu=NULL)); 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.