CTS.externalIdSubset: Select a subset of external IDs from a CTS record.

Description Usage Arguments Value Author(s) Examples

View source: R/webAccess.R

Description

Select a subset of external IDs from a CTS record.

Usage

1

Arguments

data

The complete CTS record as retrieved by getCtsRecord.

database

The database for which keys should be returned.

Value

Returns an array of all external identifiers stored in the record for the given database.

Author(s)

Michele Stravs, Eawag <stravsmi@eawag.ch>

Examples

1
2
3
4
5
6
## Not run: 
# Return all CAS registry numbers stored for benzene.
data <- getCtsRecord("UHOVQNZJYSORNB-UHFFFAOYSA-N")
cas <- CTS.externalIdSubset(data, "CAS")

## End(Not run) 

sneumann/RMassBank documentation built on Oct. 20, 2020, 3:19 p.m.