Skip to contents

Person Provider for Italian (Italy)

Person Provider for Italian (Italy)

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_it_IT

Methods

Inherited methods


Method clone()

The objects of this class are cloneable with this method.

Usage

PersonProvider_it_IT$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

x <- PersonProvider_it_IT$new()
x$locale
#> [1] "it_IT"
x$render()
#> [1] "Teseo Ferraro"
x$first_name()
#> [1] "Azue"
x$first_name_female()
#> [1] "Secondo"
x$first_name_male()
#> [1] "Violante"
x$last_name()
#> [1] "Silvestri"
x$last_name_female()
#> [1] "Fabbri"
x$last_name_male()
#> [1] "Conti"