Learn R Programming

mapsapi (version 0.5.4)

response_directions_transit: Sample response from Google Maps Directions API

Description

XML documents with transit directions from New-York to Boston

Usage

response_directions_transit

Arguments

Format

A list obtained using as_list on XML response

Examples

Run this code
library(xml2)
doc = as_xml_document(response_directions_transit)

Run the code above in your browser using DataLab