get_species: Filter data of species found in a county or counties

Description Usage Arguments Value See Also Examples

View source: R/utils.R

Description

Filter data of species found in a county or counties

Usage

1
get_species(fips = "", state = "", county = "")

Arguments

fips

list of FIPS code(s) for the county to query

state

Either a state name or capitalied abbreviation for the query

county

Name of the county for the query

Value

A data.frame (tibble) of state & county-level occurrence data

See Also

get_counties

Examples

1
2
3
get_species(state = "VA", county = "Clarke")
get_species(state = "Virginia", county = "Clarke")
get_species(fips = "48281")

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