get_counties: Get the table of counties of occurrence from ECOS

Description Usage Arguments Value Examples

Description

Get the table of counties of occurrence from ECOS

Usage

1
get_counties(url, species)

Arguments

url

The URL of the counties-of-occurrence page for a species

species

The scientific name of the species

Value

A data_frame of counties of occurrence provided by ECOS

Examples

1
2
3
4
5
## Not run: 
  url <- "https://ecos.fws.gov/ecp0/profile/countiesBySpecies?entityId=2"
  URARHO <- get_counties(url)

## End(Not run)

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