dataFile {neuroim} | R Documentation |
Generic function to get the name of the data file, given a file name and a BrainFileDescriptor
instance.
Description
Generic function to get the name of the data file, given a file name and a BrainFileDescriptor
instance.
Usage
dataFile(x, fileName)
## S4 method for signature 'BrainFileDescriptor,character'
dataFile(x, fileName)
Arguments
x |
descriptor instance |
fileName |
file name to be stripped of its extension |
Value
the correct header name
[Package neuroim version 0.0.6 Index]