Closed tarakc02 closed 7 years ago
(see edzer/sfr#185)
as_sf
now converts any response to sf
. This is in addition to as_sp
. So now there are these options for conversion of the objects returned by the various Mapzen services:
as_sf
as_sp
as.data.frame
(not available for tile layers)
In addition to (or instead of) ability to convert to Spatial* (using as_sp()), would be nice to be able to do as_sf() to make it easier to plug in to the growing suite of tools that support simple features.