Learn R Programming

rmapzen (version 0.4.0)

mz_coordinates: Extract a data frame of coordinates from a mapzen_geo_list

Description

Extract a data frame of coordinates from a mapzen_geo_list

Usage

mz_coordinates(geo)

# S3 method for mapzen_geo_list mz_coordinates(geo)

Arguments

geo

A mapzen geo list

Value

A tibble, with columns lon and lat.

Examples

Run this code
# NOT RUN {
mz_coordinates(oakland_public)

# }

Run the code above in your browser using DataLab