download | R Documentation |
Download File from the Internet
download(
url,
destfile,
methods = c("auto", "wget", "libcurl", "curl", "wininet", "internal"),
quiet = FALSE,
...,
max_tries = 2
)
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 |
max_tries |
Number of tries for each download method. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.