download_and_decompress: 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)
Value
No return value, called for side effects
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