Skip to contents

Generic function to test whether a file name conforms to the given a FileFormat instance. Will test for match to data file only

Usage

data_file_matches(x, file_name)

# S4 method for FileFormat,character
data_file_matches(x, file_name)

Arguments

x

object for which the file name is to matched to

file_name

file name to be matched

Value

TRUE for match, FALSE otherwise