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. Default TRUE |
if success, return TRUE
URLs = paste0('http://www.imgt.org//download/', c('V-QUEST/IMGT_V-QUEST_reference_directory', 'GENE-DB/IMGTGENEDB-ReferenceSequences.fasta-nt-WithGaps-F+ORF+inframeP')) Download(URLs, c('vdj_species.html', 'IMGT_download.fa'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.