Downloads files using a custom curl
binary that uses
RCurl and is able to download files from password protected
directories.
with_rcurl
executes an expression with the custom curl
binary
setup as the default download method.
1 2 3 | download_file(url, destfile, ...)
with_rcurl(expr, verbose = FALSE)
|
url |
A character string naming the URL of a resource to be downloaded. |
destfile |
A character string with the name where the downloaded file is saved. Tilde-expansion is performed. |
... |
arguments passed to |
expr |
an expression |
verbose |
logical that forces downloads to be shown (progress bar).
This parameter is used to overides any hard coded value for the quiet argument
in sub-sequent calls to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.