load_gbif_dwc: Open GBIF download from zip file

View source: R/load_gbif_dwc.R

load_gbif_dwcR 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)

gde documentation built on April 1, 2023, 12:17 a.m.