Learn R Programming

repurrrsive (version 1.1.0)

gmaps_cities: Geocoded cities from Google Maps

Description

This tibble contains the results of geocoding five cities ("Houston", "Washington", "New York", "Chicago", "Arlington") using the Google Maps API on 2022-06-08. Two cities, Washington and Arlington, were deliberately picked for their ambiguity: Washington could refer to the city or the state, and Arlington could mean the one in Virginia or the one in Texas.

Usage

gmaps_cities

Arguments

Format

A tibble with 5 rows and two columns. city gives the original search term and json gives the returned JSON converted to a list.

Examples

Run this code
gmaps_cities

Run the code above in your browser using DataLab