Learn R Programming

wget (version 0.0.3)

wget_set: wget_set

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)

Author

Guangchuang Yu

Details

setting download method to "wget -c", so that it can continue the download from where it left off.

Examples

Run this code
wget_set()

Run the code above in your browser using DataLab