gpt4 book ai didi

html - 在 R 中使用 getURL 从本地加载 HTML 页面

转载 作者:行者123 更新时间:2023-11-27 23:46:17 25 4
gpt4 key购买 nike

我正在尝试使用 getURL 从本地目录加载 HTML 页面:

library(RCurl)
my_page<-getURL("my_page.html")

但是我明白了

Error in function (type, msg, asError = TRUE)  : 
Could not resolve host: my_page.html

如何描述正确的路径?

最佳答案

尝试

my_page<-getURL(paste0("file:///", getwd(), "/my_page.html"))

关于html - 在 R 中使用 getURL 从本地加载 HTML 页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29804652/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com