连接网页时超时错误:
Error in open.connection(x, "rb") :
Timeout was reached: Operation timed out after 10234 milliseconds with 0 out of 0 bytes received
解决方法:
#提高连接时间
options(timeout= 4000000)
连接网页时超时错误:
Error in open.connection(x, "rb") :
Timeout was reached: Operation timed out after 10234 milliseconds with 0 out of 0 bytes received
解决方法:
#提高连接时间
options(timeout= 4000000)
本文标题:连接超时
本文链接:https://www.haomeiwen.com/subject/vsjkvftx.html
网友评论