Learn R Programming

icesDatras (version 1.4.1)

getSurveyYearQuarterList: Get a List of Quarters

Description

Get a list of quarters available for a given survey and year.

Usage

getSurveyYearQuarterList(survey, year)

Value

A numeric vector.

Arguments

survey

the survey acronym, e.g. NS-IBTS.

year

the year of the survey, e.g. 2010.

Author

Colin Millar.

See Also

getSurveyYearList, getSurveyYearQuarterList, and getDatrasDataOverview also list available data.

icesDatras-package gives an overview of the package.

Examples

Run this code
if (FALSE) {
getSurveyYearQuarterList(survey = "ROCKALL", year = 2002)
}

Run the code above in your browser using DataLab