setAlias.GenericDataFileSet {R.filesets} | R Documentation |
Sets the alias of the file set. If specified, the alias overrides the name inferred from the pathname of the file set. This can be used in order to use another name of the output data set than the input data set of many transforms and models.
## S3 method for class 'GenericDataFileSet': setAlias(this, alias=NULL, ...)
alias |
A character string for the new alias of the file set.
The alias must consists of valid filename characters, and must not
contain commas, which are used to separate tags. |
... |
Not used. |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
*getAlias()
.
*getName()
.
For more information see GenericDataFileSet
.