Learn R Programming

R.filesets (version 2.15.1)

getNames.GenericDataFileSet: 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 GenericDataFileSet
getNames(this, ...)
 # S3 method for GenericDataFileSet
getFullNames(this, ..., onRemapping=getOption("R.filesets::onRemapping", "ignore"))

Value

Returns a character

vector of length equal to the number of files in the set.

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.

Author

Henrik Bengtsson

See Also

*indexOf() For more information see GenericDataFileSet.