This function concatenate the final address
concat_final_address(
voter_file,
street_address = "street_address",
city = "city",
state = "state",
zipcode = "zipcode"
)
A voter file containing the address of the voter.
The street number and street name of the voters address. Ex. 1442 Market Street
The name of the city that the voter lives in.
The state (based on the United States 50 states) that the voter lives in.
The United States Postal Service (USPS) postal code.
The voter file with pre-processed format for each address variable.