Species names list from DS043-2006-AG Aprueban Categorizacion de Especies Amenazadas de Flora Silvestre
Source:R/data_ds4306_ag.R
ds_043_2006_ag.Rd
Species names list from DS043-2006-AG Aprueban Categorizacion de Especies Amenazadas de Flora Silvestre
Format
A tibble with the following columns:
- accepted_name
A character vector. The list of the accepted plant taxa names according to the Taxonomic Name Resolution Service - TNRS.
- accepted_family
A character vector. The corresponding family name of the accepted_name.
References
DS043-2006-AG: Aprueban Categorizacion de Especies Amenazadas de Flora Silvestre. 13-07-2006
Examples
data(ds_043_2006_ag)
str(ds_043_2006_ag)
#> 'data.frame': 770 obs. of 3 variables:
#> $ categoria : chr "Casi amenazado" "En peligro" "En peligro" "En peligro critico" ...
#> $ accepted_name : chr "Abuta grandifolia" "Abutilon arequipense" "Abutilon peruvianum" "Abutilon piurense" ...
#> $ accepted_family: chr "Menispermaceae" "Malvaceae" "Malvaceae" "Malvaceae" ...