Title: | Transparent Assessment Framework (TAF) Database Web Services |
---|---|
Description: | R interface to access the web services of the ICES Transparent Assessment Framework (TAF) Database <http://taf.ices.dk>. |
Authors: | Colin Millar [aut, cre] |
Maintainer: | Colin Millar <[email protected]> |
License: | GPL (>= 2) |
Version: | 0.2-0 |
Built: | 2024-10-23 05:30:13 UTC |
Source: | https://github.com/ices-tools-prod/icesTAFDB |
R interface to access the web services of the ICES Transparent Assessment Framework (TAF) Database <http://taf.ices.dk>.
Colin Millar.
ICES Transparent Assessment Framework: http://taf.ices.dk.
List all meta data tags available to annotate a repository or data object
getMetaData(dev = FALSE)
getMetaData(dev = FALSE)
dev |
should the development webservce be called |
sub title
getRepositories(dev = FALSE)
getRepositories(dev = FALSE)
dev |
should the development webservce be called |
sub title
getRepositoryAccess(dev = FALSE)
getRepositoryAccess(dev = FALSE)
dev |
should the development webservce be called |
Return a list of information for the logged in user
test(use_token = TRUE, verbose = FALSE, quiet = FALSE, dev = FALSE)
test(use_token = TRUE, verbose = FALSE, quiet = FALSE, dev = FALSE)
use_token |
should a user token be checked |
verbose |
should verbose output be shown |
quiet |
minimal output to user or none |
dev |
should the development webservce be called |