validate_file_extension {qtkit} | R Documentation |
Validate Archive File Extension
Description
Helper function that checks if the file extension is supported (zip, gz, tar, or tgz).
Usage
validate_file_extension(ext)
Arguments
ext |
Character string of the file extension |
Details
Stops execution if extension is not supported
Value
No return value, called for side effects
[Package qtkit version 1.1.1 Index]