knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
An R package to generate a rapid Least Concern Red List assessment for plant species
Quickly determine if a plant species is likely to be non-threatened (Least Concern - See IUCN Red List). Generate minimal documentation for a Least Concern species and submit to the IUCN Red List via SIS Connect (registration needed)
Not yet on CRAN, but you can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("stevenpbachman/LCRapid")
The workflow is broken into several steps and each step can be run independently:
name_search
check name status against taxonomic backbones get_points
gather occurrence records filter_native
clean points with native rangecalculate_metrics
calculate metricsapply_thresholds
assess whether species is Least Concernmake_files
generate data files or reportsThe batch option allows you to run multiple species.
library(LCRapid) ## check a name against GBIF, Kew Names Matching Service and Plants of the World Online name_search("Poa annua L.") #get_points() #etc...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.