View source: R/general-functions.R
Write lines to a file if the connection is not null; else just cat the lines. This is useful for logging progress of a running script.
1 | appendIfFile(lines, file = NULL)
|
lines |
the lines to write |
file |
the file destination; default NULL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.