/icesDatras

R interface to DATRAS trawl database web services

Primary LanguageRGNU General Public License v2.0GPL-2.0

Build Status codecov local release CRAN Status CRAN Monthly CRAN Total License

ICES Logo

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.

DATRAS database support

If you have questions relating to the ICES DATRAS database or web services please email: DatrasAdministration@ices.dk

Installation

icesDatras can be installed from CRAN using the install.packages command:

install.packages("icesDatras")

Usage

For a summary of the package:

library(icesDatras)
?icesDatras

References

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")