load_gbif_dwc {gde} | R Documentation |
Open GBIF download from zip file
Description
Function that loads the data in a zip file downloaded from GBIF
Usage
load_gbif_dwc(zipfile = NA, tmpdir = "tmp", page_title = "GBIF Data")
Arguments
zipfile |
Path to the zipfile |
tmpdir |
Temporary path for extracted files |
page_title |
Title to show on the Shiny app. |
Examples
## Not run:
data_loaded <- load_gbif_dwc(zipfile = "####.zip", tmpdir = "tmp", page_title = "GBIF Dataset 1")
## End(Not run)
[Package gde version 0.2.1 Index]