标签: r reporting-services timeout
我正在使用R来下载需要5-10分钟生成的sql server报告。我试图更改超时选项,但它仍然在大约一分钟内超时。有什么建议吗?
options(timeout=1000) download.file(ssrsUrl, filePath, mode="wb")