Nothing
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.
Currently works on Max/Linux.
install.packages("devtools")
devtools::install_github('Smithsonian/GBIF-Dataset-Explorer')
inst/shinyApp/gde_settings.R.template
to gde_settings.R
in the working directory and edit the valuesgde::load_gbif_dwc(zipfile = "000000.zip", tmpdir = "/tmp/")
, editing the values as neededAfter loading the data to the database:
inst/shinyApp/gde_settings.R.template
to gde_settings.R
in the working directory and edit the values.gde::launchApp()
inst/shinyApp
to the server. gde_settings.R.template
to gde_settings.R
and edit the values.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.