Learn R Programming

mapsapi (version 0.5.4)

response_geocode: Sample response from Google Maps Geocode API

Description

An XML document with a geocoded location for the address "Tel-Aviv"

Usage

response_geocode

Arguments

Format

A list obtained using as_list on XML response

Examples

Run this code
library(xml2)
doc = list("Tel-Aviv" = as_xml_document(response_geocode))

Run the code above in your browser using DataLab