Webscrap复杂的HTML表| rvest返回空向量

时间:2018-10-08 16:22:09

标签: html r web-scraping html-table rvest

我无法找到解决问题的方法,希望你们有一些想法:

我正在尝试从“ https://www.oddsportal.com/soccer/germany/bundesliga/”中删除表,并尝试使用library(rvest),但返回值始终为空。我使用了以下代码:

oddsportal <- read_html("https://www.oddsportal.com/soccer/germany/bundesliga/")
oddsportal.node <- html_nodes(oddsportal, css = "#tournamentTable td a")
odds <- oddsportal.node %>% html_text()

我使用selectorgadget来找到css选择器“ #tournamentTable td a”,但显然那里是错误的。我觉得该表非常简单,但我无法弄清楚……对于所有想法,我们都很高兴能将表放入整洁的数据框中。

0 个答案:

没有答案