Learn R Programming

icesDatras (version 1.4.1)

getDatrasDataOverview: 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)

Value

A list of tables.

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.

See Also

getSurveyList, getSurveyYearList, and getSurveyYearQuarterList also list available data.

icesDatras-package gives an overview of the package.

Examples

Run this code
if (FALSE) {
getDatrasDataOverview(surveys = "ROCKALL", long = FALSE)
}

Run the code above in your browser using DataLab