Learn R Programming

neuroim (version 0.0.6)

fileMatches: Generic function to test whether a file name conforms to the given BrainFileDescriptor instance. Will test for match to either header file or data file

Description

Generic function to test whether a file name conforms to the given BrainFileDescriptor instance. Will test for match to either header file or data file

Usage

fileMatches(x, fileName)
"fileMatches"(x, fileName)

Arguments

x
object for which the file name is to matched to
fileName
file name to be matched

Value

TRUE for match, FALSE otherwise