A Shiny app to view the Pteridophyte Phylogeny Group (PPG) taxonomic database.
The app can be accessed at: https://pteridogroup.shinyapps.io/shinyppg/
Install from GitHub:
# install.packages("remotes")
remotes::install_github("pteridogroup/shinyppg")Launch the app with:
library(shinyppg)
ppg_app()The app provides a viewer interface to browse and explore PPG taxonomic data. You can filter by order, family, or genus to view specific taxonomic groups.
The app is deployed on shinyapps.io.
To deploy, use rsconnect::deployApp() (requires
setting up an account on shinyapps.io and
authenticating).
To update to a new PPG release version:
- Edit
data-raw/ppg_version.Rand change the version string to the new version number (e.g., "0.0.0.9003") - Run
Rscript data-raw/ppg_version.Rto save the version data object - Run
Rscript data-raw/ppg_full.Rto download and process the new version - The app heading will automatically display the updated version