Get a listing of link suffixes for HCPs, SHA, and CCA/As

get_agmt_type_links(url, type, verbose = TRUE)

Arguments

url
The species' ECOS page URL to scrape *OR* path to HTML of page
type
The type of conservation agreement to search for; one of
  • HCP
  • SHA
  • CCA
  • CCAA
verbose
Print messages while processing [default = TRUE]

Value

A data.frame with plan type, plan name, species, and link to the plan

Note

Does not use the ECOS conservation plan page because we know that many plans linked on species' ECOS pages do not appear in the conservation plan portal.

Examples

## Not run: ------------------------------------ # agmt <- get_species_url("Gila purpurea") %>% # get_agmt_type_links(type = "HCP") ## ---------------------------------------------