lakedata: Search for taxonomy data from Plantminer.com

Description Usage Arguments Value Examples

View source: R/lakedata.r

Description

Search for taxonomy data from Plantminer.com

Usage

1
lakedata(lakenumber)

Arguments

lakenumber

Number of the Minnesota DNR lake.

Value

data.frame of results.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
lakedata(lakenumber = "17005600")

lakenumber <- c("17005600","09000600","17004400","17008500","17001300","33002800")
out <- lapply(lakenumber, lakedata) # run all lake numbers
out <- out[!out %in% "no data table"] # remove lakes with no data
do.call(rbind, out)

## End(Not run)

sckott/sacbox documentation built on Sept. 3, 2020, 7:22 p.m.