The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Title: GBIF Dataset Explorer
Version: 0.2.1
Date: 2023-03-20
Description: Functions to explore datasets from the Global Biodiversity Information Facility (GBIF - https://www.gbif.org/) using a Shiny interface.
Encoding: UTF-8
Imports: dplyr, stringr, DT, XML, data.table, R.utils, readr, jsonlite, progress, httr, shinyWidgets, shinycssloaders
Depends: R(≥ 4.0.0), leaflet, shiny, ggplot2, RSQLite
License: Apache License (≥ 2.0)
URL: https://github.com/Smithsonian/GBIF-Dataset-Explorer
BugReports: https://github.com/Smithsonian/GBIF-Dataset-Explorer/issues
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-03-20 18:12:00 UTC; VillanuevaL
Author: Luis J Villanueva [aut, cre]
Maintainer: Luis J Villanueva <villanueval@si.edu>
Repository: CRAN
Date/Publication: 2023-03-20 18:40:02 UTC

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.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.