Skip to contents

Handles directory selection, file finding, and file management operations for FED3 files.

Usage

tidy_fed3_files(inputdir = NULL, remove_small_files = TRUE)

Arguments

inputdir

Optional directory to search for FED3 files. If not provided, a directory selection dialog will open.

remove_small_files

Logical indicating whether files smaller than 300 bytes should be removed.

Examples

if (FALSE) { # \dontrun{
tidy_fed3_files()
} # }