Learn R Programming

RMassBank (version 2.0.0)

CTS.externalIdTypes: 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.

Examples

Run this code

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

Run the code above in your browser using DataLab