CTS.externalIdTypes {RMassBank}R Documentation

Find all available databases for a CTS record

Description

Find all available databases for a CTS record

Usage

CTS.externalIdTypes(data)

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


## 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) 


[Package RMassBank version 3.2.0 Index]