View source: R/geocode_evavelo.R
find_wrong_cities | R Documentation |
Find cities that couldn't be geocoded by geocode_cities() or that have been interpreted due to a mispelling
find_wrong_cities(
var_name,
enquete,
fields_to_keep = "id_quest",
include_interpretation = TRUE
)
var_name |
string corresponding to the city name variable to check |
enquete |
data.frame containing the var_name variable and an associated *_cog |
fields_to_keep |
fields that will be exported along with var_name |
include_interpretation |
Should we include geocoding interpretation? if FALSE only errors will be output. |
a data.frame with cities that couldn't be geocoded
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.