as_sf: Coerce a Mapzen response to a simple features object

View source: R/as-sf.R

as_sfR Documentation

Coerce a Mapzen response to a simple features object

Description

Coerces responses to class sf. See vignette("sf1", package = "sf") for more information about Simple Features for R.

Usage

as_sf(geo, ...)

## S3 method for class 'geo_list'
as_sf(geo, ...)

## S3 method for class 'mapzen_vector_layer'
as_sf(geo, ...)

Arguments

geo

The object to be converted

...

not currently used


tarakc02/rmapzen documentation built on Oct. 19, 2023, 7:32 p.m.