use_wget | R Documentation |
Use wget to download files
use_wget(use = TRUE)
use |
a logical value, controlling the download method |
This function is used to set the download method.
a logical value indicating whether wget is used
Zhen Lu
use_wget(use = TRUE)
getOption("download.file.method")
getOption("download.file.extra")
test_url <- "https://eternallybored.org/misc/wget/1.21.4/64/wget.exe"
test_destfile <- tempfile()
download.file(test_url, destfile = test_destfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.