Gets the names (or fullnames) of the files in the file set.
# S3 method for GenericDataFileSet
getNames(this, ...)
# S3 method for GenericDataFileSet
getFullNames(this, ..., onRemapping=getOption("R.filesets::onRemapping", "ignore"))
Returns a character
vector
of length equal to the number of files
in the set.
Arguments passed to getName()
(getFullName()
)
of each file.
Action to take if the fullnames before and after translation do not map consistently to the same file indices.
Henrik Bengtsson
*indexOf()
For more information see GenericDataFileSet
.