dl.data: Intelligently download data

Description Usage Arguments Author(s)

View source: R/download-data.R

Description

Only downloads the specified files if it is not found locally. Optionally unzips the files.

Usage

1
dl.data(urls, dest = ".", checksum = TRUE, unzip = FALSE)

Arguments

urls

A character vector of data file URLs.

dest

The directory path in which data should be downloaded.

checksum

Logical indicating whether downloaded files should be checksummed.

unzip

Logical indicating whether the file should be unzipped after download.

Author(s)

Alex Chubaty and Eliot Mcintire


achubaty/amc documentation built on April 6, 2021, 6:56 a.m.