icesVocab
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 GitHub.
Installation
icesVocab can be installed from GitHub using the install_github command from
the devtools package:
devtools::install_github('ices-tools-prod/icesVocab')Usage
For a summary of the package:
library(icesVocab)
?icesVocabReferences
ICES Vocabularies database: http://vocab.ices.dk
ICES Vocabularies web services: http://vocab.ices.dk/services/POX.aspx
Development
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:
devtools::install_github('ices-tools-prod/icesVocab')