bats: Get BATS (Bermuda Atlantic Time-series Study) data

View source: R/bats.R

batsR Documentation

Get BATS (Bermuda Atlantic Time-series Study) data

Description

Get BATS (Bermuda Atlantic Time-series Study) data

Usage

bats(dataset = "production")

Arguments

dataset

(character) One of production, zooplankton, or flux

Details

Only these three data sets for now. Others may follow.

References

http://bats.bios.edu/

Examples

## Not run: 
# Production
(res <- bats("production"))
res$meta
res$vars

# Zooplankton
(res <- bats("zooplankton"))
res$meta
res$vars

# Flux
(res <- bats("flux"))
res$meta
res$vars

## End(Not run)

ropensci/ots documentation built on Sept. 12, 2022, 2:01 p.m.