LoremProvider_ru_RU: Lorem provider Russian

LoremProvider_ru_RUR Documentation

Lorem provider Russian

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_ru_RU

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
LoremProvider_ru_RU$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Other ru: JobProvider_ru_RU, PhoneNumberProvider_ru_RU, russian-language

Other RU: JobProvider_ru_RU, PhoneNumberProvider_ru_RU

Examples

x <- LoremProvider_ru_RU$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_ru_RU$new(word_connector = " --- ")
x$paragraph(4)

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