Learn R Programming

mapsapi (version 0.1.0)

response_directions: Sample response from Google Maps Directions API

Description

An XML document with driving directions from Tel-Aviv to Haifa

Usage

response_directions

Arguments

Format

A character vector of length one

Examples

Run this code
# NOT RUN {
library(xml2)
doc = as_xml_document(response_directions)
# }

Run the code above in your browser using DataLab