download2 {pcutils} | R Documentation |
Download File
Description
This function downloads a file from the provided URL and saves it to the specified location.
Usage
download2(url, file_path, timeout = 300, force = FALSE, proxy = FALSE, ...)
Arguments
url |
The URL from which to download the file. |
file_path |
The full path to the file. |
timeout |
timeout, 300s |
force |
FALSE, if TRUE, overwrite existed file |
proxy |
use proxy, default is FALSE |
... |
add |
Value
No value
[Package pcutils version 0.2.8 Index]