request_pubchem_compound | R Documentation |
Request the information of one compound from PubChem
request_pubchem_compound(compound_id = "5288826")
compound_id |
compound_id name |
A list.
Xiaotao Shen shenxt1990@outlook.com
x <- request_pubchem_compound(compound_id = "5288826")
names(x)
x$Computed_Descriptors
x$Molecular_Formula
x$Other_Identifiers
x$Synonyms
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.