Learn R Programming

webchem (version 0.0.5.0)

cs_prop: Get predicted chemical properties from ChemSpider

Description

Get predicted (ACD/Labs and EPISuite) chemical properties from ChemSpider, see http://www.chemspider.com/

Usage

cs_prop(csid, verbose = TRUE, ...)

Arguments

csid
character, ChemSpider ID.
verbose
logical; should a verbose output be printed on the console?
...
currently not used.

Value

  • A list of three: acd (data.frame), epi (data.frame) and source_url.

See Also

get_csid to retrieve ChemSpider IDs, csid_compinfo for extended compound information.

Examples

Run this code
out <- cs_prop('5363')
out$epi

Run the code above in your browser using DataLab