downloadFile_ValidateTypes: downloadFile Helper
Description
Checks a given list of file types and warns if an invalid type is included
Usage
downloadFile_ValidateTypes(types)
Value
the list input given in types
Arguments
- types
list of types to test
Example
downloadFile_ValidateTypes(c("csv", "tsv"))
See Also
downloadFileButton
downloadFile