View source: R/searchdatabase.R
query.cas | R Documentation |
Create a data frame with all estimated and experimental KOA values which match the specified CAS number(s).
query.cas(query, more.info = F, ver = "upd")
query |
CAS number, with or without dashes, either a single input or a vector. |
more.info |
When FALSE (default), returns fewer columns from the chemical, methods, and reference tables. When TRUE, additional details on the chemical (category, synonyms, molar mass), methods (wet/dry octanol, type of value reported, type of method), and reference (group/team). |
ver |
Version of the database. Default is upd, for the latest version. |
A data frame containing KOA data for chemicals with CAS No. matching the query.
Other Queries:
query.category()
,
query.citation()
,
query.group()
,
query.mass()
,
query.meth.type()
,
query.meth()
,
query.name()
query.cas("50-29-3") query.cas("50293") query.cas("50293", more.info = TRUE) query.cas(c("50-29-3","118-74-1")) query.cas("50293", ver = "upd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.