
Last chance! 50% off unlimited learning
Sale ends in
Generate paragraph, collating provided contents with double new line.
generateParagraph2NL(..., addFinalSeparator_b_1 = FALSE)
additional arguments.
A single boolean
value, asking to add
an extraneous new line at the end of the computed string.
A single string
, with possibly many new line character embedded.
Functions generateParagraph
and
generateParagraphCR
.
# NOT RUN {
generateParagraph2NL(LETTERS[1:3])
# "A\n\nB\n\nC"
generateParagraph2NL(LETTERS[1:3], addFinalSeparator_b_1 = TRUE)
# "A\n\nB\n\nC\n\n"
# }
Run the code above in your browser using DataLab