Package 'icesTAFDB'

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

Help Index


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>.

Author(s)

Colin Millar.

References

ICES Transparent Assessment Framework: http://taf.ices.dk.


Get a list of possible meta data tags

Description

List all meta data tags available to annotate a repository or data object

Usage

getMetaData(dev = FALSE)

Arguments

dev

should the development webservce be called


Title

Description

sub title

Usage

getRepositories(dev = FALSE)

Arguments

dev

should the development webservce be called


Title

Description

sub title

Usage

getRepositoryAccess(dev = FALSE)

Arguments

dev

should the development webservce be called


Show user information

Description

Return a list of information for the logged in user

Usage

test(use_token = TRUE, verbose = FALSE, quiet = FALSE, dev = FALSE)

Arguments

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