util.downloadAndUnzip: Download and unzip a given file by its URL

View source: R/util.R

util.downloadAndUnzipR Documentation

Download and unzip a given file by its URL

Description

Download and unzip a given file by its URL

Usage

util.downloadAndUnzip(url, dir = NULL, file = NULL, alwaysDownload = F)

Arguments

url

file's url to download

dir

directory for temporary (cache) files

file

name for the local file

alwaysDownload

if true, ignores local cache

Value

a file path


tbrugz/ribge documentation built on Jan. 10, 2025, 2:53 p.m.