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.
If you have questions relating to the ICES DATRAS database or web services please email: [email protected]
icesDatras can be installed from CRAN using the install.packages
command:
install.packages("icesDatras")
For a summary of the package:
library(icesDatras)
?icesDatras
ICES DATRAS database: http://datras.ices.dk
ICES DATRAS web services: https://datras.ices.dk/WebServices/Webservices.aspx
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")