View source: R/Utility_functions.R
write.list | R Documentation |
Takes a list and outputs the contents into multiple text files.
write.list(x, dir, sep = "NULL")
x |
The list to be written. |
dir |
Character, directory to which the list will be written. |
sep |
Character, the separator to use for text delimitation. |
Takes the contents of a list and writes them as separate files into the chosen directory. If a list is nested inside a list, creates a new directory and writes the contents as separate files. NOTE: only works with a single nesting. Multiple nestings will bring an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.