Lists Parquet files produced by ffiec_process() and returns their
filenames, full paths, and inferred FFIEC schedule identifiers.
Arguments
- data_dir
Optional parent directory for Parquet output. If provided and
schemais notNULL, files are written underfile.path(data_dir, schema). IfNULL, the environment variableDATA_DIRis used.- schema
Character scalar identifying the schema subdirectory (default
"ffiec"). Set toNULLto use the resolved directory directly without appending a schema subdirectory.- all_files
Logical; if
TRUE, return all Parquet files in the resolved directory. IfFALSE(default), only files with names ending in_YYYYMMDD.parquetare returned.