match_exactly | R Documentation |
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.
match_exactly(Street_num, Prefix = "", Street_name, Street_type = "", Zipcode)
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 |
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.
match_exactly("1311", "", "Tulane", "ST", "77008")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.