View source: R/get_ecoregions.R
get_ecoregions | R Documentation |
It is a one-time downloadable data. The function first downloads the zip file, unzip it... ...load the shapefile, convert the shapefile to geopackage and write the geopackage to file.
get_ecoregions(file_path = NULL)
file_path |
path location |
teow gpkg
file_path <- ".." # path to the folder where you want to download the polygon # Download teow polygon get_ecoregions(file_path=file_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.