downloadData.Rd
Unless already present, downloads src
in the destdir
directory.
downloadData(src, destdir = ".", unpack = TRUE, ...)
The url of the file to download.
The destination directory. Default is "."
.
Should src
be uncompressed? Default is
TRUE
.
Additional paramters passed to
download.file
.
Invisible returns the full path of the downloaded file.