# 1 paragraph of text
lorem::ipsum(1)
# 2 paragraphs with 2 and 3 sentences each
lorem::ipsum(2, sentences = c(2, 3))
# 2 paragraphs with short sentences
lorem::ipsum(2, avg_words_per_sentence = 4)
# 2 paragraphs with long sentences
lorem::ipsum(2, avg_words_per_sentence = 20)
Run the code above in your browser using DataLab