fileMatches {neuroim} | R Documentation |
BrainFileDescriptor
instance.
Will test for match to either header file or data fileGeneric function to test whether a file name conforms to the given BrainFileDescriptor
instance.
Will test for match to either header file or data file
fileMatches(x, fileName)
## S4 method for signature 'BrainFileDescriptor,character'
fileMatches(x, fileName)
x |
object for which the file name is to matched to |
fileName |
file name to be matched |
TRUE for match, FALSE otherwise