Learn R Programming

charlatan (version 0.6.1)

PersonProvider_lv_LV: Person Provider for Latvian (Latvia)

Description

Person Provider for Latvian (Latvia)

Person Provider for Latvian (Latvia)

Arguments

Value

A PersonProvider object that can create names.

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.

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

See Also

Other lv: PhoneNumberProvider_lv_LV, latvian-language

Other LV: PhoneNumberProvider_lv_LV

Examples

Run this code
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()

Run the code above in your browser using DataLab