Description Usage Arguments Value Examples
View source: R/f1.rbsb2.code.r
A rbsb-list must satisfy the following two properties:
All components and sub-components being named.
All components and sub-components being either a list or a character vector/matrix/array (vma components are called leafs of the rbsb-list).
1  | is8rbsblist(lili)
 | 
lili | 
 The list structure to be checked.  | 
TRUE/FALSE according to the case. Also a global variable
rbsb.is8rbsblist is created to give the result through a
des object.
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");
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.