Description
set "download.file.method" to "wget" and "download.file.extra" to "-c"
Usage
wget_set(method = "wget", extra = "-c")
Value
No return value, called for side effects
Arguments
- method
download method (wget, default)
- extra
extra parameter (-c, default)
Details
setting download method to "wget -c", so that it can continue the download from where it left off.