网络报废

时间:2019-05-23 20:48:54

标签: r web-scraping

我试图阅读本文的内容,但是我只获得了character(0)

 library(rvest)
 tex <- read_html("http://semanaeconomica.com/article/sectores-y-empresas/transporte/360660-renegociar-si-anular-no/")
 p_text <- tex %>%
 html_nodes("section") %>%
 html_nodes("#text") %>%
 html_text()%>%print()

我不是网页爬虫专家,因此,感谢您的帮助!

0 个答案:

没有答案