| CTS.externalIdTypes {RMassBank} | R Documentation |
Find all available databases for a CTS record
CTS.externalIdTypes(data)
data |
The complete CTS record as retrieved by |
Returns an array of all database names for which there are external identifiers stored in the record.
Michele Stravs, Eawag <stravsmi@eawag.ch>
## 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)