Learn R Programming

GBIF-Dataset-Explorer (gde)

R Package to explore datasets from the biodivesity aggregator GBIF.

Once a DwC dataset is loaded, you can explore the issues and data values using a Shiny UI.

Load data from a DwC download

  1. Install the package from CRAN: install.packages("gde")
  2. Download a DarwinCore zip file from GBIF
  3. Run the function gde::load_gbif_dwc(zipfile = "000000.zip", tmpdir = "tmp"), editing the arguments as needed

This step might take a while, depending on the size of the download and the specs of your computer.

Run the app locally

After loading the data to the database, run the Shiny app using:

  1. Run using: gde::launchApp()

Copy Link

Version

Install

install.packages('gde')

Monthly Downloads

330

Version

0.2.1

License

Apache License (>= 2.0)

Issues

Pull Requests

Stars

Forks

Maintainer

Luis J Villanueva

Last Published

March 20th, 2023

Functions in gde (0.2.1)

load_gbif_dwc

Open GBIF download from zip file
launchApp

launches the GDE app
shinyAppServer

Shiny app server function
shinyAppUI

shinyAppServer