remove_empty_lines {beautier} | R Documentation |
Remove all lines that are only whitespace
remove_empty_lines(lines, trim = FALSE)
lines |
character vector with text |
trim |
FALSE if indentation must be preserved, TRUE will remove all surrounding whitespace |
the lines with text
Richèl J.C. Bilderbeek