Description Usage Arguments Details Author(s)
Write text lines to a file.
1 | writelines(text, file, sep = "\n", useBytes = FALSE)
|
text |
A character vector. |
file |
The path to a file. |
sep |
character string. A string to be written to the connection after each line of text. |
useBytes |
logical. See base::writeLines |
A wrap-up around the base::writeLines function.
Marc Choisy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.