Downloads File from URL and Returns the Path to the Downloaded File
Source:R/utils.R
downloadFile.RdDownloads File from URL and Returns the Path to the Downloaded File
Usage
downloadFile(url, targetDir = tempdir(), quiet = TRUE)Arguments
- url
URL to file to be downloaded
- targetDir
path to local target directory
- quiet
passed to
download.file