download {thisutils} | R Documentation |
Download file from the Internet
Description
Download file from the Internet
Usage
download(
url,
destfile,
methods = c("auto", "wget", "libcurl", "curl", "wininet", "internal"),
quiet = FALSE,
...,
max_tries = 2
)
Arguments
url |
a |
destfile |
a character string (or vector, see the |
methods |
Methods to be used for downloading files. The default is to try different download methods in turn until the download is successfully completed. |
quiet |
If |
... |
Other arguments passed to utils::download.file. |
max_tries |
Number of tries for each download method. |
[Package thisutils version 0.0.7 Index]