Removes files smaller than 300 bytes and moves remaining files to a specified subdirectory ('FED_data/FED_data').
Usage
move_and_clean_files(files, inputdir, remove_small_files = TRUE)
Arguments
- files
Vector of FED3 file paths to process.
- inputdir
Base directory from which files are processed.
- remove_small_files
Logical indicating whether to remove small files.
Value
A list of processed file paths.