fdi_download_7zip {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_7zip(
  download_url,
  dir_unzip,
  dir_zip,
  timeout = 5000,
  quiet = TRUE
)

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

quiet

If TRUE (the default), suppress status messages, and the progress bar

Value

Unzipped file


[Package forestdata version 0.1.0 Index]