geocode_row_by_row | R Documentation |
Equivalent to banR::geocode_tbl() but much slower (one API request per row) This function is used when we only want "municipality" as result type which is impossible with geocode_tbl().
geocode_row_by_row(.data, city_col, score_limit = 0.4)
.data |
a data.frame containing a columns with city names to geocode |
city_col |
column that contains city names |
score_limit |
results below this score will be ignored and replaced by NAs |
the input data.frame with geocoding infomation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.