Get the table at https://ecos.fws.gov/ecp0/pub/speciesRecovery.jsp

get_recovery_table()

Value

A data_frame with nine variables:

  1. Scientific_Name
  2. Common_Name
  3. Where_Listed
  4. Plan_Name
  5. Plan_URL
  6. Plan_Date
  7. Plan_Stage
  8. Lead_Region
  9. List_Status

Details

In addition to the recovery plans listed on each species' page in ECOS, FWS maintains a single table of recovery plans and their purported status (e.g., final). This fetches that table and splits apart the species information variable.

Examples

## Not run: ------------------------------------ # rec <- get_recovery_table() ## ---------------------------------------------