3

我正在尝试使用 R 中的 XML 包从访问受限的网站(我机构的图书馆允许我访问)中抓取数据。该库允许我使用 EZproxy 进行访问。

base <- "the URL"
tabs <- readHTMLTable(base)

这些行给了我下面的输出。饼干似乎发生了什么事。我电脑上的两个浏览器都启用了 cookie。如何成功地从网站上抓取数据?提前致谢!

$`NULL`
                                                                                                                                                                          V1
1                                                                                                                                                                           
2                                                                                                                                                           Cookies disabled
3                                                                                                                                                                           
4 Your browser currently does not accept cookies.\rCookies need to be enabled for Scopus to function properly.\rPlease enable session cookies in your browser and try again.

$`NULL`
  V1 V2 V3
1         

$`NULL`
                V1
1 Cookies disabled

$`NULL`
  V1
1   
2   
3
4

0 回答 0