Learn R Programming

Tivy (version 0.1.1)

download_file: Download file

Description

Internal function to download a file from a URL.

Usage

download_file(url, file_name, download_dir, verbose = TRUE)

Value

TRUE if download successful, FALSE otherwise.

Arguments

url

Download URL.

file_name

Local file name.

download_dir

Download directory.

verbose

Show progress messages.