getSurveyYearQuarterList {icesDatras} | R Documentation |
Get a List of Quarters
Description
Get a list of quarters available for a given survey and year.
Usage
getSurveyYearQuarterList(survey, year)
Arguments
survey |
the survey acronym, e.g. NS-IBTS. |
year |
the year of the survey, e.g. 2010. |
Value
A numeric vector.
Author(s)
Colin Millar.
See Also
getSurveyYearList
, getSurveyYearQuarterList
, and
getDatrasDataOverview
also list available data.
icesDatras-package
gives an overview of the package.
Examples
## Not run:
getSurveyYearQuarterList(survey = "ROCKALL", year = 2002)
## End(Not run)
[Package icesDatras version 1.4.1 Index]