icesDatras
icesDatras provides R functions that access the web services of the ICES DATRAS trawl survey database.
icesDatras is implemented as an R package and available on CRAN.
Installation
icesDatras can be installed from CRAN using the install.packages command:
install.packages("icesDatras")Usage
For a summary of the package:
library(icesDatras)
?icesDatrasReferences
ICES DATRAS database: http://datras.ices.dk
ICES DATRAS web services: https://datras.ices.dk/WebServices/Webservices.aspx
Development
icesDatras is developed openly on GitHub.
Feel free to open an issue there if you encounter problems or have suggestions for future versions.
The current development version can be installed using:
library(devtools)
install_github("ices-tools-prod/icesDatras")