为了我的自学目的(网页抓取),我想从旅行顾问网站中提取用户给出的评分。下面是我用R编写的代码,但它不起作用。你能建议我或给我正确的代码吗?我也没有成功使用Rvest包。
$grid.jqGrid('navButtonAdd', '#grid_toppager', {
iconsOverText: true,
caption: '<span class="ui-pg-button-text">Pay</span>',
buttonicon: 'fa-flag',
});
答案 0 :(得分:1)
您可以使用
##Rating
Result <- xpathSApply(raw2,"//div[@class='col2of2']//span[@class='rate sprite-rating_s rating_s']/img", xmlGetAttr, "alt")