0

Possible Duplicate:
Scraping html tables into R data frames using the XML package

I would like to extract data from the following website

http://www.rcsb.org/pdb/explore/explore.do?structureId=3NZJ

to a R data.frame in the following formats.

EnqueryPDB RelatedPDBentries 3NZJ 1JD2/1RYP/3NZW/3NZX

Could you mind to teach me how to extract specific information from website to a R dataframe?

Community
  • 1
  • 1
Catherine
  • 5,345
  • 11
  • 30
  • 28
  • Please use the search function. Your question is answered in [Scraping html tables into R data frames using the XML package](http://stackoverflow.com/questions/1395528/scraping-html-tables-into-r-data-frames-using-the-xml-package) – Joshua Ulrich Apr 10 '11 at 13:21
  • I've solved related problems using scripting languages, like Python to extract/format my information for easy import into R. Is something like that an option for you? – Kyle. Apr 10 '11 at 07:07
  • See this [question](http://stackoverflow.com/questions/1395528/scraping-html-tables-into-r-data-frames-using-the-xml-package). – jrara Apr 10 '11 at 10:02

0 Answers0