Description Usage Arguments Author(s) Examples
Write a blank line to a file; useful for creating a script log
1 | blank.write(file, append = TRUE)
|
file |
Path to a file |
append |
TRUE if would like to add to file rather than overwrite it or create a new one |
N. F. Grinberg, ng414@medschl.cam.ac.uk
1 2 | # Append a blank line to log_file.txt
blank.write(file = 'log_file.txt', append = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.