redlistManipulatr collects a group of functions used to pull and manipulate IUCN Red List habitat and elevation data.
You can install the released version of redlistManipulatr from github with:
remotes::install_github("matthewlewis896/redlistManipulatr", build_vignettes = TRUE)
All functions intended for end users are denoted by a preceeding RL_
.
This package also contains several pieces of Red List data, including transcriptions of the Red List Habitat Classification scheme v3.1 and the Red List Seasonal Distribution Codes. See ?habitats
and ?seasons
for more information and View(habitats)
or View(seasons)
to view the data.
library(redlistManipulatr)
To see a breakdown of the main functions of the package with examples see the vignette
.
vignette("redlistManipulatr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.