is_mba_data_file: Identify if a file is a MBA data file

View source: R/process-dir.R

is_mba_data_fileR Documentation

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)

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.

Value

TRUE if the file is a MBA data file, FALSE otherwise.


SerolyzeR documentation built on April 12, 2025, 2:11 a.m.