Retrieves the PubChem XML schema and extracts property information.
Source:R/pubchem_rest.R
getPubchemProperties.RdThis function retrieves the PubChem XML schema from the specified URL and extracts the property information from it. The property information includes the name and type of each property.
Examples
# Requires internet connection to PubChem
if (interactive()) {
getPubchemProperties()
}