Description Usage Arguments Details Value Examples
Get data linked to a section 10 conservation plan
1 | get_conservation_plan_data(url = NULL, pg = NULL)
|
url |
The URL of the summary page for a section 10 conservation plan |
pg |
An html page (character) of a section 10 conservation plan |
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.
A data_frame of summary data about the agreement or NULL
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.