Skip to contents

The 'tab_ds43_2006' contains records belonging to all the species DS043-200-AG.

Usage

tab_ds43_2006

Format

A tibble with the following columns:

input_genus

A character vector. The input genus of the corresponding species name.

input_epitheton

A character vector. The specific epithet of the corresponding species name.

rank

A character vector. The taxonomic rank: "species","subspecies", "variety", of the corresponding species name.

input_subspecies_epitheton

A character vector. If the indicated rank is below species, the subspecies epithet input of the corresponding species name.

taxonomic_status

A character vector. description if a taxon is classified as ‘accepted’, ‘synonym’, ‘no opinion’. According to the Taxonomic Name Resolution Service - TNRS.

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.

accepted_name_author

A character vector. The corresponding author name of the accepted_name, staying empty if the taxonomic_status is "Synonym" or "No opinion".

References

DS043-2006-AG: Aprueban Categorizacion de Especies Amenazadas de Flora Silvestre. 13-07-2006

Examples


data(tab_ds43_2006)
str(tab_ds43_2006)
#> 'data.frame':	820 obs. of  9 variables:
#>  $ id_cat                    : chr  "1ABGR" "2ABAR" "3ABPE" "4ABPI" ...
#>  $ input_genus               : chr  "Abuta" "Abutilon" "Abutilon" "Abutilon" ...
#>  $ input_epitheton           : chr  "grandifolia" "arequipense" "peruvianum" "piurense" ...
#>  $ rank                      : chr  "species" "species" "species" "species" ...
#>  $ input_subspecies_epitheton: chr  "null" "null" "null" "null" ...
#>  $ taxonomic_status          : chr  "Accepted" "Accepted" "Accepted" "Accepted" ...
#>  $ accepted_name             : chr  "Abuta grandifolia" "Abutilon arequipense" "Abutilon peruvianum" "Abutilon piurense" ...
#>  $ accepted_family           : chr  "Menispermaceae" "Malvaceae" "Malvaceae" "Malvaceae" ...
#>  $ accepted_name_author      : chr  "(Mart.) Sandwith" "Ulbr." "(Lam.) Kearney" "Ulbr." ...