Learn R Programming

gde (version 0.2.1)

load_gbif_dwc: 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

Run this code
if (FALSE) {
data_loaded <- load_gbif_dwc(zipfile = "####.zip", tmpdir = "tmp", page_title = "GBIF Dataset 1")
}

Run the code above in your browser using DataLab