Returns threatened, endangered, candidate, and proposed species from ECOS.
get_TECP_table()
A data.frame with 11 variables:
Uses the URL set in options()$TE_list to get a data.frame that includes links for fetching data for any species with pages on TESS. This data is loaded
# To replace the TECP_table that is loaded on startup (attach) TECP_table <- get_TECP_table()#> Error in get_TECP_table(): could not find function "as_data_frame"head(TECP_table)#> Scientific_Name Common_Name Species_Code #> 1 Abies guatemalensis Guatemalan Fir (=pinabete) R003 #> 2 Abronia macrocarpa Large-fruited sand-verbena Q24E #> 3 Abutilon eremitopetalum No common name Q1SJ #> 4 Abutilon menziesii Ko`oloa`ula Q1SK #> 5 Abutilon sandwicense No common name Q1SL #> 6 Acaena exigua Liliwai Q1SM #> Critical_Habitat Species_Group Lead_Region Federal_Listing_Status #> 1 N/A Conifers and Cycads Foreign Threatened #> 2 N/A Flowering Plants 2 Endangered #> 3 17.96(a) Flowering Plants 1 Endangered #> 4 N/A Flowering Plants 1 Endangered #> 5 17.96(a) Flowering Plants 1 Endangered #> 6 17.96(a) Flowering Plants 1 Endangered #> Special_Rules U_S__or_ForeignListed Where_Listed #> 1 N/A Foreign Wherever found #> 2 N/A US Wherever found #> 3 N/A US Wherever found #> 4 N/A US Wherever found #> 5 N/A US Wherever found #> 6 N/A US Wherever found #> Species_Page #> 1 http://ecos.fws.gov/tess_public/profile/speciesProfile.action?spcode=R003 #> 2 http://ecos.fws.gov/tess_public/profile/speciesProfile.action?spcode=Q24E #> 3 http://ecos.fws.gov/tess_public/profile/speciesProfile.action?spcode=Q1SJ #> 4 http://ecos.fws.gov/tess_public/profile/speciesProfile.action?spcode=Q1SK #> 5 http://ecos.fws.gov/tess_public/profile/speciesProfile.action?spcode=Q1SL #> 6 http://ecos.fws.gov/tess_public/profile/speciesProfile.action?spcode=Q1SM