Get data linked to a section 10 conservation plan
get_conservation_plan_data(url, species)
A data_frame of summary data about the agreement or NULL
The ECOS pages for conservation plans include covered species,
(Listed_Species / Non-Listed_Species
), but those "lists" are just a
concatenation of common names, scientific names, where listed, etc. The
species
parameter is used to tie outgoing links from a species' ECOS
page to the summary data. These can later be checked to make sure that all
covered species listed on the plan page are linked to the species' page.
## Not run: ------------------------------------ # url <- "https://ecos.fws.gov/conserv_plans/conservationPlan/plan?plan_id=1470" # URARHO <- get_conservation_plan_data(url, "Ursus arctos horribilis") ## ---------------------------------------------