XML documents with transit directions from New-York to Boston
response_directions_transitA list obtained using as_list on XML response
See response_directions_driving for Directions API response with driving directions
library(xml2)
doc = as_xml_document(response_directions_transit)