Learn R Programming

charlatan (version 0.1.0)

AddressProvider: AddressProvider

Description

AddressProvider

Arguments

Details

Methods

city_suffix

city suffix

street_suffix

street suffix

building_number

building number

city

city

country

country

country_code

country code

postcode

postal code

Examples

Run this code
# NOT RUN {
(z <- AddressProvider$new())
z$city_suffix()
z$street_suffix()
z$building_number()
z$city()
z$country()
z$country_code()
z$postcode()
# }

Run the code above in your browser using DataLab