get_boundaries | R Documentation |
Internal function that is used to get the boundary shapefile required in other functions
get_boundaries(mainPath, location, type, mostRecent)
mainPath |
character; the parent directory of the location folder |
location |
character; the location folder name |
type |
character; 'raw' or 'processed' depending on whether the required input is the raw input or the already processed one (i.e. projected shapefile). |
mostRecent |
logical; should the most recent input be selected? If FALSE and if there are multiple available inputs, the user is interactively asked to select the input based on file creation time. |
object of class sf
when a layer was successfully read
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.