read.scuba: Read Scuba Survey Data

View source: R/read.scuba.R

read.scubaR Documentation

Read Scuba Survey Data

Description

Functions to access data from the SCUBA transect survey in the southern Gulf of Saint Lawrence.

Usage

read.scuba(year, table, compress = TRUE, source = "dmapps", echo = TRUE)

Arguments

year

Study year(s).

table

Character string specifying which data table to read. Options are ‘outings’, ‘dives’, ‘sections’, ‘biological’ or ‘observations’.

compress

Logical value specifying whether to automatically remove empty data columns or rows.

source

Data source.

echo

Logical value specifying whether to report progress as data tables are being read.

Examples

x <- read.scuba(2012:2014)  # Read all SCUBA data tables for the 2012 to 2014 seasons.
x <- read.scuba(2021)       # Read all SCUBA data tables for the 2021 season.

x <- read.scuba(2021, table = "section") # Read transect sectio data from the 2021 season.

TobieSurette/gulf.data documentation built on Jan. 19, 2025, 7:50 p.m.