Web-Scraping with R
问题 I'm having some problems scraping data from a website. First, I have not a lot of experience with webscraping... My intended plan is to scrape some data using R from the following website: http://spiderbook.com/company/17495/details?rel=300795 Especially, I want to extract the links to the articles on this site. My idea so far: xmltext <- htmlParse("http://spiderbook.com/company/17495/details?rel=300795") sources <- xpathApply(xmltext, "//body//div") sourcesCharSep <- lapply(sourcesChar