| icesDatras-package {icesDatras} | R Documentation |
DATRAS Trawl Survey Database Web Services
Description
R interface to access the web services of the ICES DATRAS trawl survey database.
Details
Exchange data:
getHHdata | haul data |
getHLdata | length-based data |
getCAdata | age-based data |
getDATRAS | exchange data |
Catch weights:
getCatchWgt | catch weights |
Survey indices:
getIndices | survey indices |
Overview of available data:
getSurveyList | surveys |
getSurveyYearList | years |
getSurveyYearQuarterList | quarters |
getDatrasDataOverview | surveys, years, and quarters |
Basic queries (thin web service wrappers):
getCAdata,
getHHdata,
getHLdata,
getIndices,
getSurveyList,
getSurveyYearList,
getSurveyYearQuarterList
Derived queries (combining web services with R computations):
getCatchWgt,
getDatrasDataOverview,
getDATRAS
Author(s)
Colin Millar, Scott Large, and Arni Magnusson.
References
ICES DATRAS database: http://datras.ices.dk.
ICES DATRAS web services: https://datras.ices.dk/WebServices/Webservices.aspx.
[Package icesDatras version 1.4.1 Index]