Learn R Programming

forestdata (version 0.2.1)

fdi_download_unzip: (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,
  quiet = TRUE,
  timeout = 1e+05
)

Value

Unzipped file

Arguments

download_url

Url of data to download

dir_unzip

Path of the unzipped downloaded data

dir_zip

Path of the zipped downloaded data

quiet

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

timeout

Time to stop downloading