I am trying to download a file that takes more than 60 seconds using the download.file () function. The documentation mentions a timeout option, for example.
The timeout for many parts of the transmission can be set using the option timeout, which defaults to 60 seconds.
When I try to install it, I get an error
download.file("https://server/FileURL", destfile = "file.xml", timeout = 444)
Message example
unused argument (timeout = 444)
source
share