html_table.xml_node(。,标头= FALSE)中的错误:html_name(x)==“ table”不正确

时间:2018-10-16 05:55:21

标签: r dplyr rvest

这是我编写的用于提取下面给出的该网页上的表格的代码,但我无法提取该表格。

问题代码行-

html_node("#embed") %>% #embed is I have selected using selectorgadget.

摘要:

install.packages("rvest")
library(rvest)
install.packages("dplyr")
library(dplyr)
google <-read_html("https://data.gov.in/major-indicator/gross-enrolment-ratio-higher-education")
google %>%  
html_node("#embed") %>%
html_table(header=FALSE)

请帮助我。

0 个答案:

没有答案