【发布时间】:2023-03-29 09:45:01
【问题描述】:
我正在尝试废弃网站上的表格,但无法成功...我已经做了很多次,它总是有效,但从那时起,表格似乎是某种 Javascript ,并且解析根本不起作用?有人能帮我吗?
页面是here。
我已经试过了:
readHTMLTable(doc//table[@id='live-player-home-offensive-grid'], as.data.frame=TRUE, header=FALSE)
# or
xpathSApply(pagetree, "//*/table[@id='live-player-home-offensive-grid']", xmlValue)
【问题讨论】:
标签: javascript html r web-scraping html-table