Package 'gde'

Title: GBIF Dataset Explorer
Description: Functions to explore datasets from the Global Biodiversity Information Facility (GBIF - <https://www.gbif.org/>) using a Shiny interface.
Authors: Luis J Villanueva [aut, cre]
Maintainer: Luis J Villanueva <[email protected]>
License: Apache License (>= 2.0)
Version: 0.2.1
Built: 2025-03-12 05:17:37 UTC
Source: https://github.com/smithsonian/gbif-dataset-explorer

Help Index


launches the GDE app

Description

launches the GDE app

Usage

launchApp()

Value

shiny application object


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)

Shiny app server function

Description

Shiny app server function

Usage

shinyAppServer(input, output, session)

Arguments

input

provided by shiny

output

provided by shiny

session

provided by shiny


shinyAppServer

Description

shinyAppServer

Usage

shinyAppUI

Format

An object of class shiny.tag.list (inherits from list) of length 4.