BIEN.list.county: Species list from a given county (and state)

Description Usage Arguments Note Author(s) Examples

Description

Species list from a given county (and state)

Usage

1
BIEN.list.county(state, county, cultivated = FALSE, only.new.world = TRUE)

Arguments

state

Accepts single states or vectors

county

Accepts single counties or vectors

cultivated

cultivated = Return cultivated records as well? Default is FALSE.

only.new.world

only.new.world = Return only records from the New World? Default is TRUE.

Note

Requires both state and county be supplied

Author(s)

Brian Maitner

Examples

1
2
3
4
BIEN.list.county("Michigan","Kent")
BIEN.list.county(state="Michigan", county="Kent")
county_vector<-c("Kent","Kalamazoo")
BIEN.list.county(state="Michigan",county=county_vector)

barbehenna/BEIN3Project documentation built on May 11, 2019, 6:23 p.m.