download_file {Tivy} | R Documentation |
Download file
Description
Internal function to download a file from a URL.
Usage
download_file(url, file_name, download_dir, verbose = TRUE)
Arguments
url |
Download URL. |
file_name |
Local file name. |
download_dir |
Download directory. |
verbose |
Show progress messages. |
Value
TRUE if download successful, FALSE otherwise.
[Package Tivy version 0.1.0 Index]