find_data_files: Find data files in extracted directory
Description
Internal function to locate the main data files after extraction.
Usage
find_data_files(exdir, pattern = "\\.(csv|CSV|txt|TXT)$")
Value
A character vector of file paths.
Arguments
- exdir
The extraction directory.
- pattern
Optional regex pattern to filter files.