PersonProvider_lv_LV: Person Provider for Latvian (Latvia)

PersonProvider_lv_LVR Documentation

Person Provider for Latvian (Latvia)

Description

Person Provider for Latvian (Latvia)

Person Provider for Latvian (Latvia)

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

Value

A PersonProvider object that can create names.

Super classes

charlatan::BareProvider -> charlatan::BaseProvider -> charlatan::PersonProvider -> PersonProvider_lv_LV

Methods

Public 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.

See Also

Other lv: PhoneNumberProvider_lv_LV, latvian-language

Other LV: PhoneNumberProvider_lv_LV

Examples

x <- PersonProvider_lv_LV$new()
x$locale
x$render()
x$first_name()
x$first_name_female()
x$first_name_male()
x$last_name()
x$last_name_female()
x$last_name_male()

ropensci/charlatan documentation built on Oct. 24, 2023, 9:15 a.m.