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

Description Usage Arguments Value Note Examples

Description

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

Usage

1

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

1
2
3
4
5
## Not run: 
agmt <- get_species_url("Gila purpurea") %>%
          get_agmt_type_links(type = "HCP")

## End(Not run)

jacob-ogre/ecosscraper documentation built on May 18, 2019, 8 a.m.