Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 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

Easy Handling of and Access to Files Organized in Structured Directories

v2.14.0
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.