repair_type | R Documentation |
We will search in the given zipcode for street types that are available for the given name, and if we only find one we are done. If there are more than one, then we will search for the exact address for each. On success, the Lat Long will be returned. We will ignore street types likely to fail badly:
CT
CIR
repair_type(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),
the new type (New_type),
a success flag (Success) (T/F),
and a Fail code describing why the repair attempt failed.
repair_type("1311", "", "Tulane", "", "77008")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.