Download | R Documentation |
Download files retryable
Download( URLs, names = NULL, method = NULL, sleep = NULL, outdir = NULL, verbose = TRUE )
URLs |
character/list. URLs to be downloaded. |
names |
character/list. File names. Default |
method |
character. Method to be used for downloading files, equal to |
sleep |
numeric. Retry interval (second). Default 2 |
outdir |
character. Output directory. |
verbose |
logical. Print progress. Default TRUE |
if success, return TRUE
Download('http://ftp.ensembl.org/pub', 'test.html') file.remove('test.html')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.