GenericDataFileSet {R.filesets} | R Documentation |
Package: R.filesets
Class GenericDataFileSet
Object
~~|
~~+--
GenericDataFileSet
Directly known subclasses:
GenericTabularFileSet, TabularTextFileSet
public static class GenericDataFileSet
extends Object
An GenericDataFileSet object represents a set of GenericDataFile
s.
GenericDataFileSet(files=NULL, tags="*", alias=NULL, ...)
files |
A list of GenericDataFile :s. |
tags |
A character vector of tags to be used for this file set.
The string "*" indicates that it should be replaced by the
tags part of the file set pathname. |
alias |
A character string specifying a name alias overriding the
name inferred from the pathname. |
... |
Not used. |
Methods:
append | - | |
appendFiles | - | |
as.list | Returns the files of the file set. | |
byName | - | |
clearCache | - | |
equals | - | |
extract | Extract a subset of the file set. | |
findByName | - | |
fromFiles | Defines an GenericDataFileSet object by searching for files. | |
getAlias | Gets the alias of the file set. | |
getFile | - | |
getFileClass | - | |
getFileSize | - | |
getFullName | Gets the full name of the file set. | |
getFullNames | - | |
getName | Gets the name of the file set. | |
getNames | Gets the names of the files in the file set. | |
getPath | Gets the path (directory) of the file set. | |
getPathnames | Gets the pathnames of the files in the file set. | |
getTags | Gets the tags of the file set. | |
hasFile | - | |
hasTag | - | |
hasTags | - | |
indexOf | - | |
lapply | Applies a function to each of the data files. | |
nbrOfFiles | - | |
sapply | - | |
seq | Gets an vector of file indices. | |
setAlias | Sets the alias of the file set. | |
setFullNamesTranslator | - | |
setTags | Sets the tags of the file set. | |
validate | - |
Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, save
Henrik Bengtsson (http://www.braju.com/R/)