LoremProvider_he_IL: Lorem provider

LoremProvider_he_ILR Documentation

Lorem provider

Description

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_he_IL

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
LoremProvider_he_IL$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Other he: PhoneNumberProvider_he_IL, hebrew-language

Other IL: PhoneNumberProvider_he_IL

Examples

x <- LoremProvider_he_IL$new()
x$word()
x$words(3)
x$words(6)
x$sentence()
x$paragraph()
x$paragraphs(3)
cat(x$paragraphs(6), sep = "\n")
x$text(19)
x <- LoremProvider_he_IL$new(word_connector = " --- ")
x$paragraph(4)

ropensci/charlatan documentation built on April 29, 2024, 9:38 p.m.