To scrape the ChemDraw website for low melting point data using R, you can use the rvest package. First, you'll need to identify the HTML element(s) that contain the data you want to scrape.
Based on a quick search, it seems that the ChemDraw website doesn't have a direct search function or database for low melting points. However, some universities or organizations may have compiled such data in a searchable format, so you may want to search for those sources instead.
Assuming you've found a website with the low melting point data you need, you can use the following R code as a starting point:
main.r500 chars13 lines
Of course, the details of the code will depend on the specific website and HTML structure you're dealing with. You may need to use different functions from the rvest package or other relevant packages to get the data you need. Additionally, remember to follow ethical and legal considerations when web-scraping, and to respect the terms of use of the website you're scraping.
gistlibby LogSnag