download_and_decompress {qtkit} | R 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
[Package qtkit version 1.1.1 Index]