R/studyArea.R
loadStudyArea.Rd
Simple wrapper around sf::st_read() to load a kml or shapefile, and optionally reproject it.
sf::st_read()
loadStudyArea(path = NULL, filename = NULL, proj = NULL)
path to directory containing the file
the name of the file
(optional) a crs projection string to reproject the study area to.
An sf object.
sf