Description Usage Arguments Value
Extract xml data from a file on disk
1 | extract_file_data(xml_file, quiet = FALSE)
|
xml_file |
xml containing data (fetched from OSM). |
quiet |
|
A list containing the following elements :
bounds
: the bounding box of the data ;
rel_tags
: the tags of the relation in the OpenStreetMap database ;
rel_attr
: metadata of the relation, such as id, version, date of
last modification... ;
stop_count
: number of stops ;
trkpt_count
: numbre of points of the track ;
trk_km
: length of the track, in kilometers ;
stop_base
: data.frame with informations about stops ;
trkpt_base
: data.frame with informations about trackpoints (in
particular the distance between too consecutive points, in meters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.