find_wrong_cities: Find cities that couldn't be geocoded by geocode_cities() or...

View source: R/geocode_evavelo.R

find_wrong_citiesR Documentation

Find cities that couldn't be geocoded by geocode_cities() or that have been interpreted due to a mispelling

Description

Find cities that couldn't be geocoded by geocode_cities() or that have been interpreted due to a mispelling

Usage

find_wrong_cities(
  var_name,
  enquete,
  fields_to_keep = "id_quest",
  include_interpretation = TRUE
)

Arguments

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.

Value

a data.frame with cities that couldn't be geocoded


JMPivette/evavelo documentation built on April 8, 2023, 4:20 p.m.