Description Usage Arguments Value Author(s) Examples
Select a subset of external IDs from a CTS record.
1 | CTS.externalIdSubset(data, database)
|
data |
The complete CTS record as retrieved by |
database |
The database for which keys should be returned. |
Returns an array of all external identifiers stored in the record for the given database.
Michele Stravs, Eawag <stravsmi@eawag.ch>
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.