benthicdata | R Documentation |
Benthic data for the Tampa Bay Benthic Index current as of 20241212
benthicdata
A nested tibble
with 3 rows and 2 variables:
chr identifying the dataset as stations, fieldsamples, or taxacounts
list of dataframes for each dataset
Index the corresponding list element in the value
column to view each dataset. For example, the stations data in the first row can be viewed as benthicdata$value[[1]]
.
## Not run:
# location to download data
path <- '~/Desktop/benthic.zip'
# load and assign to object
benthicdata <- read_importbenthic(path, download_latest = TRUE, remove = TRUE)
save(benthicdata, file = 'data/benthicdata.RData', compress = 'xz')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.