data_file_matches-methods: Generic function to test whether a file name conforms to the...

data_file_matchesR Documentation

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

Description

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 signature '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


bbuchsbaum/neuroim2 documentation built on March 29, 2024, 6:36 p.m.