Description Usage Arguments Value
View source: R/remove_leading_blank_lines.R
Reads in text (usually from a file), removes any blank lines (or lines containing only whitespace) from the top of the file, (optionally) writes the modified file, invisibly returns the modified text.
1 | remove_leading_blank_lines(input, output = input)
|
input |
character path to the file |
output |
character path to output file (defaults to overwrite input). Set to |
invisibly returns the modified text
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.