Return shapefiles that are used in MACEReports
get_shapefile.Rd
Return layers as sf
objects (shapefiles) or xyz dataframes (rasters).
Arguments
- shapefile_name
The name of a shapefile to access; current list is available with
available_shapefiles()
- crs
The coordinate reference system (CRS) into which shapefiles will be projected. By default, objects will be returned using the default CRS Albers Equal Area Alaska, (EPSG 3338). Any other valid projection can be specified. Note that this relies on the sf::st_crs function- make sure you are using a valid CRS argument.