Description Usage Arguments Note Author(s) Examples
Species list from a given county (and state)
1 | BIEN.list.county(state, county, cultivated = FALSE, only.new.world = TRUE)
|
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. |
Requires both state and county be supplied
Brian Maitner
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.