gwget | R Documentation |
Downloads multiple files from FTP server
gwget(url = NULL, path = NULL)
url |
URL of FTP server |
path |
directory path where the downloaded files are stored |
This function downloads files from FTP server given by 'url'. The address in 'url' can contain wildcards to download more than one file at once. Files are downloaded to a directory given by 'path' argument. If 'path' is 'NULL', file are downloaded into 'GROOT/downloads'.
An array of file names that have been downloaded.
gtrack.import_set
gdb.init_examples()
outdir <- tempdir()
gwget("ftp://hgdownload.soe.ucsc.edu/goldenPath/hg19/chromosomes/md5sum.txt", path = outdir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.