Generates placeholder text that, on first glance, looks like a regular Lorem Ipsum, but is actually meat-related words.
Usage
lipsum_bacon(
n_paras = 5L,
n_sentences = NULL,
type = c("all-meat", "meat-and-filler"),
start_with_lorem = TRUE
)Arguments
- n_paras
Integer. The number of paragraphs to generate. Defaults to 5.
- n_sentences
Integer, optional. The number of sentences to generate. Overrides
n_paras.- type
Character. One of "all-meat" for meat words only, or "meat-and-filler" for meat mixed with random lorem ipsum words. Defaults to "all-meat".
- start_with_lorem
Logical. If
TRUE, starts the first paragraph with 'Bacon ipsum dolor sit amet'. Defaults toTRUE.
See also
Other whimsical generators:
lipsum_actor(),
lipsum_dino(),
lipsum_hipster(),
lipsum_literature(),
lipsum_metaphor(),
lipsum_rick(),
lipsum_starwars()
