icesVocab provides R functions that access the web services of the ICES Vocabularies database of reference codes.
icesVocab is implemented as an R package and available on CRAN.
icesVocab can be installed from CRAN using the install.packages
command:
install.packages("icesVocab")
For a summary of the package:
library(icesVocab)
?icesVocab
ICES Vocabularies database: http://vocab.ices.dk
ICES Vocabularies web services: http://vocab.ices.dk/services/POX.aspx
icesVocab 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:
install.packages("icesVocab", repos = 'https://ices-tools-prod.r-universe.dev')