Skip to contents

Person Provider for Latvian (Latvia)

Person Provider for Latvian (Latvia)

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_lv_LV

Methods

Inherited methods


Method clone()

The objects of this class are cloneable with this method.

Usage

PersonProvider_lv_LV$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

x <- PersonProvider_lv_LV$new()
x$locale
#> [1] "lv_LV"
x$render()
#> [1] "Jēkaubs Auziņš"
x$first_name()
#> [1] "Zigrīda"
x$first_name_female()
#> [1] "Antra"
x$first_name_male()
#> [1] "Jēkaubs"
x$last_name()
#> [1] "Alksne"
x$last_name_female()
#> [1] "Baltiņa"
x$last_name_male()
#> [1] "Kārkliņš"