Skip to contents

Searches for FED3 files that conform to a specific naming pattern within the specified directory. Validates date format in file names.

Usage

find_fed3_files(inputdir)

Arguments

inputdir

Directory to search for FED3 files.

Value

A vector of file paths that match the naming pattern and have valid dates.

Examples

if (FALSE) { # \dontrun{
find_fed3_files("path/to/directory")
} # }