This package contains datasets from the official Brazilian Endangered Species List published by the Ministério do Meio Ambiente MMA 300/2022. The package provides separated datasets for Plants, Invertebrates (Land and Aquatic), Amphibians, Reptiles, Birds, Fishes and Mammals.
#install.packages("devtools")
devtools::install_github('paulobarros/BRlist')
library(BRlist)
Once the package is loaded the following datasets will be available:
amphibiaBRlist
: Amphibians
avesBRlist
: Birds
fishesBRlist
: Fishes
invertebratesBRlist
: Invertebrates (Terrestrial and Aquatic)
mammaliaBRlist
: Mammals
plantsBRlist
: Plants
reptiliaBRlist
: Reptiles
All datasets have information on taxonomic order
, family
and species
, category
of threat and if the species was evaluated in the previous list MMA2014
. The invertebratesBRlist
dataset provides the additional fields phylum
and class
, this information is not present in the MMA 148/2022 and was added to the dataset using the package taxsize
.
Please feel free to report any mistakes on the datasets. Taxonomic classification follows the MMA 300/2022. For the Birds list I intend to incorporate the Brazilian and US common name since it is avaiable online, if anyone has this information for the other groups and want to contribute please contact me at pbarrosbio@gmail.com.