rdConvert

format_blank_lines: Format Sequential blank lines

Description

In some instances, there may be more than one blank line in between paragraphs. This function ensures there is only 1 blank line.

format_blank_lines(c("This has", "", "", "", "multiple", "", "","", "", "blank lines"))

Usage

format_blank_lines(x)

Arguments

ArgumentDescription
xa character
Edit this page on GitHub