Geocode

geocode(query)

Arguments

query

a string of the adress you want to geocode

Value

a tibble

Examples

geocode(query = "39 quai André Citroën, Paris")
#> 200
#> # A tibble: 1 × 18
#>   label      score housenumber id    name  postcode citycode      x      y city 
#>   <chr>      <dbl> <chr>       <chr> <chr> <chr>    <chr>     <dbl>  <dbl> <chr>
#> 1 39 Quai A… 0.980 39          7511… 39 Q… 75015    75115    6.47e5 6.86e6 Paris
#> # … with 8 more variables: district <chr>, context <chr>, type <chr>,
#> #   importance <dbl>, street <chr>, type_geo <chr>, longitude <dbl>,
#> #   latitude <dbl>