read .zip that contains geodatabase file via unzip and st_read
Source:R/shapefile_xyz.R
shapefile_from_gdbzip.Rd
read .zip that contains geodatabase file via unzip and st_read
Arguments
- fname
path to .zip file that contains a .gdb file
- layer
optional name of layer, see
sf::st_read()
- ...
passed to
sf::st_read()