Last chance! 50% off unlimited learning
Sale ends in
Identify if a file is a MBA data file
is_mba_data_file(filepath, check_format = TRUE)
TRUE
if the file is a MBA data file, FALSE
otherwise.
(character(1)
) The path to the file.
(logical(1)
) If TRUE
, the function will check if the file name contains a supported format. The default is TRUE
.