From 44abf6e36a1ef10524e560eaa5d9ee117612fca3 Mon Sep 17 00:00:00 2001 From: Joel Gombin Date: Fri, 9 Jun 2017 00:33:04 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9sambiguation=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- R/geocode.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/geocode.R b/R/geocode.R index 64298f3..bb40127 100644 --- a/R/geocode.R +++ b/R/geocode.R @@ -49,7 +49,7 @@ get_properties <- function(x) { get_geometry <- function(x) { geom <- magrittr::extract2(x, "geometry") tibble::tibble( - type = magrittr::extract2(geom, "type"), + type_geo = magrittr::extract2(geom, "type"), longitude = magrittr::extract2( magrittr::extract2(geom, "coordinates"), 1),