我已阅读了很多教程并应用了一些调整,但无法让它为我工作。我想通过网址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]"