Description Usage Arguments Details Value Examples
View source: R/f0.rbsb1.code.r
Transforms a list and writes it onto a text file. The reverse
operation of file2list and the linking of list2char and
char2file. See their description for complete details.
1 2 |
lili |
The list structure to be transformed and written in
|
file |
file to be written. According to |
path |
Directory containing the file. |
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. |
ap |
Must the file be appended if it already exist? |
No use is made of the general constant rbsb.mck, being
reported in the called functions.
In any case, permission of
writting must exist in the directory of the proposed path.
Nothing but a file is created or modified when everything is right;
except when file==rbsb.cha0, in that case a character is
returned.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.