eiCompare (version 3.0.0)

concat_final_address: This function concatenate the final address

Description

This function concatenate the final address

Usage

concat_final_address(
  voter_file,
  street_address = "street_address",
  city = "city",
  state = "state",
  zipcode = "zipcode"
)

Arguments

voter_file

A voter file containing the address of the voter.

street_address

The street number and street name of the voters address. Ex. 1442 Market Street

city

The name of the city that the voter lives in.

state

The state (based on the United States 50 states) that the voter lives in.

zipcode

The United States Postal Service (USPS) postal code.

Value

The voter file with pre-processed format for each address variable.