match_exactly: Search for exact matches

View source: R/main.R

match_exactlyR Documentation

Search for exact matches

Description

Search for an exact address match in the following order: Zipcode, Street Name, Street Type, Street Number, and Direction Prefix. On success, the Lat Long will be returned.

Usage

match_exactly(Street_num, Prefix = "", Street_name, Street_type = "", Zipcode)

Arguments

Street_num

Number portion of address.

Prefix

Directional prefix (N, S, E, W) if exists.

Street_name

Name of the street.

Street_type

Designation like RD, ST, LN, etc.

Zipcode

The zip code for the address

Value

A tibble will be returned with the:

  • Longitude (Lon)

  • Latitude (Lat)

  • a success flag (Success) (T/F)

  • Fail code describing which part of the address failed.

Examples

match_exactly("1311", "", "Tulane", "ST", "77008")

alankjackson/GeocodeHou documentation built on May 20, 2022, 12:03 p.m.