使用rvest进行网页抓取滚动表

时间:2020-02-17 05:14:37

标签: web-scraping rvest

我目前正在尝试使用Rvest在Web上抓取交互式滚动表(https://schema.broadinstitute.org/results)(“表”选项卡)。但是,它似乎没有用,我不太确定为什么。这是我第一次报废网站,而我写的却不是很好。任何帮助将不胜感激,因为我还在学习!非常感谢。

url <- "https://schema.broadinstitute.org/results"

page <- read_html(url)

table <- url %>% 
  read_html %>% 
  html_table(fill = T) 

0 个答案:

没有答案