Get the table at https://ecos.fws.gov/ecp0/pub/speciesRecovery.jsp
get_recovery_table()
A data_frame with nine variables:
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.
## Not run: ------------------------------------ # rec <- get_recovery_table() ## ---------------------------------------------