is_mba_data_file: Identify if a file is a MBA data file
Description
Identify if a file is a MBA data file
Usage
is_mba_data_file(filepath, check_format = TRUE)
Value
TRUE
if the file is a MBA data file, FALSE
otherwise.
Arguments
- filepath
(character(1)
) The path to the file.
- check_format
(logical(1)
) If TRUE
, the function will check if the file name contains a supported format. The default is TRUE
.