getNames.GenericDataFileSet: Gets the names (or fullnames) of the files in the file set

getNames.GenericDataFileSetR Documentation

Gets the names (or fullnames) of the files in the file set

Description

Gets the names (or fullnames) of the files in the file set.

Usage

 ## S3 method for class 'GenericDataFileSet'
getNames(this, ...)
 ## S3 method for class 'GenericDataFileSet'
getFullNames(this, ..., onRemapping=getOption("R.filesets::onRemapping", "ignore"))

Arguments

...

Arguments passed to getName() (getFullName()) of each file.

onRemapping

Action to take if the fullnames before and after translation do not map consistently to the same file indices.

Value

Returns a character vector of length equal to the number of files in the set.

Author(s)

Henrik Bengtsson

See Also

*indexOf() For more information see GenericDataFileSet.


R.filesets documentation built on July 21, 2022, 5:11 p.m.