Skip to contents

Methods for Lorem Ipsum generation. Lorem Ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.

Super classes

charlatan::BareProvider -> charlatan::BaseProvider -> charlatan::LoremProvider -> LoremProvider_en_US

Examples

x <- LoremProvider_en_US$new()
x$word()
#> [1] "military"
x$words(3)
#> [1] "together" "enter"    "place"   
x$words(6)
#> [1] "or"      "try"     "student" "guess"   "however" "whether"
x$sentence()
#> [1] "Common difference job."
x$paragraph()
#> [1] "Hot body market religious."
x$paragraphs(3)
#> [1] "Hospital on letter decision base. Team green production down of."
#> [2] "System my site blood. Oil wait task free six dog hair."          
#> [3] "Gas right bit car movie much. Main president approach give."     
cat(x$paragraphs(6), sep = "\n")
#> Baby weight together lot great sing improve. Vote me inside let by part.
#> Sister deal world set wrong. Our nation fund cover.
#> Expect policy first board tough one between. Professor either class identify get particular. Technology thought not let green exactly wide ten.
#> Article stay time though interview join fly. Recently yard keep deal. Show seem use value.
#> View scientist move property feeling later poor. Tend week either never north.
#> Memory participant analysis positive cut garden lead. Black face local finish teach industry discover.
x$text(19)
#> [1] "Approach candidate."
x <- LoremProvider_en_US$new(word_connector = " --- ")
x$paragraph(4)
#> [1] "Become --- family --- long. --- Street --- friend --- meet --- big --- attention --- write --- left. --- Can --- my --- southern --- beautiful --- reduce --- begin. --- Tax --- last --- off --- opportunity --- Mr --- hear --- these."