download_and_decompress: Download and Decompress Archive File

View source: R/get_archive_data.R

download_and_decompressR Documentation

Download and Decompress Archive File

Description

Helper function that downloads an archive file to a temporary location and decompresses it to the target directory.

Usage

download_and_decompress(url, target_dir, ext)

Arguments

url

Character string of the archive file URL

target_dir

Character string of the target directory path

ext

Character string of the file extension

Value

No return value, called for side effects


qtkit documentation built on April 4, 2025, 4:47 a.m.