Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 828 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 828 Bytes

APCalign-app

‘APCalign-app’ is a Shiny interface to the ‘APCalign’ R package.

The app enables users to align their Australian plant taxon name strings and update to current, accepted standards by the Australian Plant Census (APC)

The app can be accessed at: https://unsw.shinyapps.io/APCalign-app/

To run the app locally:

Installation:

This app is currently not on CRAN, to install its current development version:

remotes::install_github("traitecoevo/APCalign-app")

Load app:

library(APCalignApp)

align_app()