Learn R Programming

rmapzen (version 0.5.1)

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)

Value

A tibble, with columns lon and lat.

Arguments

geo

A mapzen geo list

Examples

Run this code
mz_coordinates(oakland_public)

Run the code above in your browser using DataLab