
Obtain hipster placeholder text using the Hipster Ipsum API
Source:R/lipsum_hipster.R
lipsum_hipster.RdGenerates pretentious placeholder text. You wouldn't understand, man!
Usage
lipsum_hipster(
n_paras = 5L,
n_sentences = NULL,
type = c("hipster-centric", "hipster-latin"),
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 "hipster-centric" for hipster words only, or "hipster-latin" for hipster mixed with random lorem ipsum words. Defaults to "hipster-centric".
- start_with_lorem
Logical. If
TRUE, starts the first paragraph with 'I'm baby'. Defaults toTRUE.
See also
Other whimsical generators:
lipsum_actor(),
lipsum_bacon(),
lipsum_dino(),
lipsum_literature(),
lipsum_metaphor(),
lipsum_rick(),
lipsum_starwars()