read.scuba | R Documentation |
Functions to access data from the SCUBA transect survey in the southern Gulf of Saint Lawrence.
read.scuba(year, table, compress = TRUE, source = "dmapps", echo = TRUE)
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.