headerFileMatches {neuroim}R Documentation

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

Description

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

Usage

headerFileMatches(x, fileName)

## S4 method for signature 'BrainFileDescriptor,character'
headerFileMatches(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


[Package neuroim version 0.0.6 Index]