getDatrasDataOverview: Summarize Data Availability

View source: R/getDatrasDataOverview.R

getDatrasDataOverviewR Documentation

Summarize Data Availability

Description

Evaluate a presence-absence table for each survey with '1' where there is data and '0' (printed as '.') otherwise.

Usage

getDatrasDataOverview(surveys = NULL, long = TRUE)

Arguments

surveys

a vector of survey names, or NULL to process all surveys.

long

whether tables should have year as row names (default) or column names.

Value

A list of tables.

See Also

getSurveyList, getSurveyYearList, and getSurveyYearQuarterList also list available data.

icesDatras-package gives an overview of the package.

Examples

## Not run: 
getDatrasDataOverview(surveys = "ROCKALL", long = FALSE)

## End(Not run)

icesDatras documentation built on May 31, 2023, 7:34 p.m.