Description Usage Arguments Details Value Examples
View source: R/f0.rbsb1.code.r
The reverse operation of char2list. The list must be a
rsbs-list, that is compying some properties : all components of the
[sub-]lists must be either a list or a [named] character
vector/matrix/array. The number of nested list must not be greater
than the number of rows in matrix tags.
 Every list
component must be named.
 The idea is to get a character compatible
with char2list to produce back the object lili.
 Some
comments are added to the content of the list by the function itself
and/or according to the whish of the user, this is why an escaping
character is asked.
1 2  | 
lili | 
  The list structure to be transformed into a
  | 
tags | 
 Character matrix with two columns indicating the opening and closing tags of the [sub]lists at different levels. Its row numbers gives the maximum accepted number of levels. Opening tags must be different.  | 
stag | 
  Three character strings indicating the tagging to define
the separator for each character vector   | 
comment | 
 At the beginning of a line, it indicates that this line must not be considered. This function will introduce its signature at the beginning of the file.  | 
comments | 
 Comments that the user want to be added at the beginning of the file.  | 
Also, the character strings of the structure must not comprise the
rbsb.sep0 constant except when this global constant is
conveniently modified. The same for rbsb.sep1.
 Use is made
of the general constant rbsb.mck for the checking.
The resulting character.
1 2  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.