我想在这个网站的表格中阅读" http://saws.org/Your_Water/aquifer/Water_Stats/index.cfm?search=Yes"但我得到一个错误"错误:无法加载HTTP资源"这是我的代码:
library("XML")url <- "http://saws.org/Your_Water/aquifer/Water_Stats/index.cfm?search=Yes"
AquaferTable <- readHTMLTable(url, header=TRUE, which=1)
我该怎么办?任何人吗?