Learn R Programming

webchem (version 0.0.4.0)

physprop: Query SRC PHYSPROP Database

Description

Query SRCs PHYSPROP Database. The PHYSPROP database contains chemical structures, names and physical properties for over 41,000 chemicals. Physical properties collected from a wide variety of sources include experimental, extrapolated and estimated values. For more information see http://www.srcinc.com/what-we-do/environmental/scientific-databases.html#physprop.

Usage

physprop(cas, verbose = TRUE)

Arguments

cas
character; A CAS number to query.
verbose
logical; print message during processing to console?

Value

  • A list of 4 entries: cas (CAS-Number), cname (Chemical Name), mw (Molecular weigth) and prop (Properties). prop is a data.frame, with variables, value, unit, temp, type (see note) and ref (see note).

Examples

Run this code
physprop('50-00-0')
lapply(c('50-00-0', '79622-59-6', 'xxxxx'), physprop)

Run the code above in your browser using DataLab