get_conservation_plan_data: Get data linked to a section 10 conservation plan

Description Usage Arguments Details Value Examples

Description

Get data linked to a section 10 conservation plan

Usage

1

Arguments

url

The URL of the summary page for a section 10 conservation plan

pg

An html page (character) of a section 10 conservation plan

Details

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.

Value

A data_frame of summary data about the agreement or NULL

Examples

1
2
3
4
5
## Not run: 
  grizz <- "https://ecos.fws.gov/ecp0/conservationPlan/plan?plan_id=1470"
  URARHO <- get_conservation_plan_data(grizz)

## End(Not run)

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