wget_set {wget} | R Documentation |
wget_set
Description
set "download.file.method" to "wget" and "download.file.extra" to "-c"
Usage
wget_set(method = "wget", extra = "-c")
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.
Value
No return value, called for side effects
Author(s)
Guangchuang Yu
Examples
wget_set()
[Package wget version 0.0.3 Index]