match_country | R Documentation |
use stringdist to get best match for country name
match_country(
a,
return_ISO = TRUE,
return_country_name = FALSE,
return_score = FALSE,
return_score_matrix = FALSE
)
a |
country name to match |
return_ISO |
TRUE/FALSE |
return_country_name |
TRUE/FALSE |
return_score |
TRUE/FALSE |
return_score_matrix |
TRUE/FALSE |
ISOs, country 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.