wget_set: wget_set

View source: R/wget.R

wget_setR 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()

wget documentation built on Aug. 21, 2025, 5:26 p.m.