getNames.GenericDataFileSet | R Documentation |
Gets the names (or fullnames) of the files in the file set.
## S3 method for class 'GenericDataFileSet'
getNames(this, ...)
## S3 method for class 'GenericDataFileSet'
getFullNames(this, ..., onRemapping=getOption("R.filesets::onRemapping", "ignore"))
... |
Arguments passed to |
onRemapping |
Action to take if the fullnames before and after translation do not map consistently to the same file indices. |
Returns a character
vector
of length equal to the number of files
in the set.
Henrik Bengtsson
*indexOf()
For more information see GenericDataFileSet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.