blank.write: Write a blank line to a file; useful for creating a script...

Description Usage Arguments Author(s) Examples

View source: R/blank_write.R

Description

Write a blank line to a file; useful for creating a script log

Usage

1

Arguments

file

Path to a file

append

TRUE if would like to add to file rather than overwrite it or create a new one

Author(s)

N. F. Grinberg, ng414@medschl.cam.ac.uk

Examples

1
2
# Append a blank line to log_file.txt 
blank.write(file = 'log_file.txt', append = FALSE)

stas-g/funfun documentation built on July 18, 2019, 12:58 p.m.