address: Define an address

View source: R/structures.R

addressR Documentation

Define an address

Description

Define an address

Usage

address(
  local_address_lines = character(),
  city = character(),
  state = character(),
  postal_code = character(),
  country = character(),
  phone_number = character(),
  email = character(),
  fax = character(),
  web_page = character()
)

Arguments

local_address_lines

A character vector containing up to three local address lines.

city

The city of the address.

state

The state/county of the address.

postal_code

The postal code of the address.

country

The country of the address.

phone_number

A character vector containing up to three phone numbers.

email

A character vector containing up to three email addresses.

fax

A character vector containing up to three fax numbers.

web_page

A character vector containing up to three web pages.

Value

A tibble describing an address.


jl5000/tidygedcom documentation built on June 22, 2022, 5:16 p.m.