loadStudyArea | R Documentation |
Simple wrapper around sf::st_read()
to load a kml or shapefile,
and optionally reproject it.
loadStudyArea(path = NULL, filename = NULL, proj = NULL)
path |
path to directory containing the file |
filename |
the name of the file |
proj |
(optional) a crs projection string to reproject the study area to. |
An sf
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.