Skip to contents

Downloads 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

Value

path to downloaded file