readStratumPolygonFrom2.7 | R Documentation |
Read a the StratumPolygon from a project.xml file from StoX <= 2.7
readStratumPolygonFrom2.7(
projectXMLFilePath,
remove_includeintotal = TRUE,
StratumNameLabel = "StratumName"
)
writeStratumPolygonFrom2.7(
projectXMLFilePath,
stratumPolygonFilePath,
remove_includeintotal = TRUE
)
projectXMLFilePath |
The path to the project.xml file. |
remove_includeintotal |
Logical: If TRUE, remove the column includeintotal column. |
StratumNameLabel |
The label of the column giving the stratum names. |
stratumPolygonFilePath |
The path to the file to write the StratumPolygon to (geojson file). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.