fdi_download_unzip {forestdata} | R Documentation |
(Internal) Downloads data to tempdir Download data to tempdir
Description
(Internal) Downloads data to tempdir Download data to tempdir
Usage
fdi_download_unzip(download_url, dir_unzip, dir_zip, timeout = 1e+05)
Arguments
download_url |
Url of data to download |
dir_unzip |
Path of the unzipped downloaded data |
dir_zip |
Path of the zipped downloaded data |
timeout |
Time to stop downloading |
Value
Unzipped file
[Package forestdata version 0.3.1 Index]