request_pubchem_compound: Request the information of one compound from PubChem

View source: R/15_PUBCHEM.R

request_pubchem_compoundR Documentation

Request the information of one compound from PubChem

Description

Request the information of one compound from PubChem

Usage

request_pubchem_compound(compound_id = "5288826")

Arguments

compound_id

compound_id name

Value

A list.

Author(s)

Xiaotao Shen shenxt1990@outlook.com

Examples

x <- request_pubchem_compound(compound_id = "5288826")
names(x)
x$Computed_Descriptors
x$Molecular_Formula
x$Other_Identifiers
x$Synonyms

tidymass/massdatabase documentation built on Sept. 10, 2023, 10:35 p.m.