read_xml_map | R Documentation |
Read and parse the input xml file to return an sf object.
read_xml_map(xmlname, crs)
xmlname |
Name of the xml file with the map specifications. |
crs |
integer or character; coordinate reference system for the geometry
as in function |
Return an sf object with the geometry column parsed from the input xml file.
read_xml_map( system.file("extdata/input_files", "map.xml", package = "simutils"), crs = 2062 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.