View source: R/generate_region_zip.R
generate_region_zip | R Documentation |
Write regional shapefiles returned by get_base_layers() and a README file with version information to a zip file.
generate_region_zip(select.region, set.crs = "EPSG:3338", zip.path = NULL)
select.region |
Character vector indicating which region. Options = ebs or bs.all, sebs or bs.south, nbs or bs.north, ecs, ebs.ecs, ai, ai.west, ai.central, ai.east, goa, goa.west, goa.east, ebs.slope, bssa1, bssa2, bssa3, bssa4, bssa5, bssa6 |
set.crs |
Which coordinate reference system should be used? If 'auto', an Albers Equal Area coordinate reference system is automatically assigned. |
zip.path |
Path to the zip file where shapefiles should be written. |
# generate_region_zip(select.region = "ebs")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.