CTS.externalIdTypes: Find all available databases for a CTS record

Description Usage Arguments Value Author(s) Examples

View source: R/webAccess.R

Description

Find all available databases for a CTS record

Usage

1

Arguments

data

The complete CTS record as retrieved by getCtsRecord.

Value

Returns an array of all database names for which there are external identifiers stored in the record.

Author(s)

Michele Stravs, Eawag <stravsmi@eawag.ch>

Examples

1
2
3
4
5
6
7
8
## Not run: 
# Return all databases for which the benzene entry has
# links in the CTS record.

data <- getCTS("UHOVQNZJYSORNB-UHFFFAOYSA-N")
databases <- CTS.externalIdTypes(data)

## End(Not run) 

RMassBank documentation built on Nov. 8, 2020, 6:06 p.m.