Skip to contents

Person Provider for Lithuanian (Lithuania)

Person Provider for Lithuanian (Lithuania)

Value

A PersonProvider object that can create names.

Details

Note for female and male components that we fall back on generic versions if the locale doesn't provide a male/female version. e.g., if no female first name we use first name

Super classes

charlatan::BareProvider -> charlatan::BaseProvider -> charlatan::PersonProvider -> PersonProvider_lt_LT

Methods

Inherited methods


Method clone()

The objects of this class are cloneable with this method.

Usage

PersonProvider_lt_LT$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

x <- PersonProvider_lt_LT$new()
x$locale
#> [1] "lt_LT"
x$render()
#> [1] "Miglė Gintalas"
x$first_name()
#> [1] "Gytė"
x$first_name_female()
#> [1] "Dovydas"
x$first_name_male()
#> [1] "Antanas"
x$last_name()
#> [1] "Kaupas"
x$last_name_female()
#> [1] "Gaižauskas"
x$last_name_male()
#> [1] "Gaičiūnas"