无法使用xpathSApply抓取数据

时间:2016-07-09 14:22:03

标签: r web-scraping

我已阅读了很多教程并应用了一些调整,但无法让它为我工作。我想通过网址this

将所有品牌名称放在表格的“品牌”列下

我的代码:

fetchall()

我收到输出:library(XML) library(RCurl) html_content <- getURL("http://www.forbes.com/powerful-brands/list/") html_parsed <- htmlTreeParse(html_content, useInternalNodes = TRUE) brand_name <- xpathSApply(html_parsed, "//tr[@class='data']/td[3]", xmlValue) 但我想要输出如下:

[1] "[NAME]"

0 个答案:

没有答案