download_file {censobr} | R Documentation |
Download file from url
Description
Download file from url
Usage
download_file(
file_url = parent.frame()$file_url,
showProgress = parent.frame()$showProgress,
cache = parent.frame()$cache
)
Arguments
file_url |
String. A url. |
showProgress |
Logical. |
cache |
Logical. |
Value
A string to the address of the file
[Package censobr version 0.4.1 Index]