Description Usage Arguments Examples
View source: R/osmttdiff-methods.R
Converts overpass diff xml to osmttdiff object
1 | osmttdiff_sf(xml)
|
xml |
xml document from overpass diff query |
1 2 3 4 5 6 | ## Not run:
od<-osmadiff("sanga","2019-01-01T12:00:00Z")
odd<-osmdata:::overpass_query(osmdata::opq_string(od))
osmttdiff_sf(odd) -> odd_sf
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.