Description Usage Arguments Details Author(s) See Also Examples
Writes information from a list into a text file.
1 | write.list(x, filename = "data", append = FALSE, closefile = TRUE, outfile)
|
x |
the list object to be written. |
filename |
a character string representing the file name. |
append |
logical; if true, the data |
closefile |
logical indicating if the file connection should be closed. |
outfile |
file name or connections. |
This function may be called recursively if there exists list structure within a list.
Jean Yee Hwa Yang
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.