ropensci / webchem

Chemical Information from the Web
https://docs.ropensci.org/webchem
Other
160 stars 40 forks source link

pc_sect and section EPA-IRIS-Informtion #416

Open c1au6i0 opened 5 months ago

c1au6i0 commented 5 months ago

This is related to issue 385. I am trying to extract information in section EPA-IRIS-Information. For example, for formaldehyde (cid = 712) the section would be section. Unfortunately, an empty tibble is returned.

pc_sect("712", "EPA-IRIS-Information") 

Best, Claudio

stitam commented 5 months ago

Many blocks on the PubChem page can be extracted/parsed using webchem but some are not yet implemented. I double checked this; "EPA IRIS Infromation" cannot be extracted at the moment. Thanks @c1au6i0 for flagging this.

c1au6i0 commented 4 months ago

Got it. Thank you @stitam