match_city | R Documentation |
use stringdist to get best match for city name
match_city(
a,
return_ISO3 = FALSE,
return_name = TRUE,
return_score = FALSE,
return_score_matrix = FALSE
)
a |
location name to match |
return_ISO3 |
TRUE/FALSE |
return_name |
TRUE/FALSE return standardized name |
return_score |
TRUE/FALSE |
return_score_matrix |
TRUE/FALSE |
ISOs, city names, matching scores, full matching distance matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.