wget_set {wget} | R Documentation |
set "download.file.method" to "wget" and "download.file.extra" to "-c"
wget_set(method = "wget", extra = "-c")
method |
download method (wget, default) |
extra |
extra parameter (-c, default) |
setting download method to "wget -c", so that it can continue the download from where it left off.
No return value, called for side effects
Guangchuang Yu
wget_set()