Unless already present, downloads src in the destdir directory.

downloadData(src, destdir = ".", unpack = TRUE, ...)

Arguments

src

The url of the file to download.

destdir

The destination directory. Default is ".".

unpack

Should src be uncompressed? Default is TRUE.

...

Additional paramters passed to download.file.

Value

Invisible returns the full path of the downloaded file.

Author

Laurent Gatto