View source: R/sumformula_from_CAS.R
sumformula_from_CAS | R Documentation |
sumformula_from_CAS
will try to get a chemical sum formula from a CAS ID.
sumformula_from_CAS(x = NULL)
x |
Vector of CAS IDs. |
tbd.
A character vector of length input vector.
## Not run:
x <- readLines("C:/Users/jlisec/Documents/Francesco Russo/RECTOX/RECTOX_GC-EI-MS_CASRN")
sf <- sumformula_from_CAS(x = x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.