setAlias.GenericDataFileSet {R.filesets}R Documentation

Sets the alias of the file set

Description

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.

Usage

## S3 method for class 'GenericDataFileSet':
setAlias(this, alias=NULL, ...)

Arguments

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.

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*getAlias(). *getName(). For more information see GenericDataFileSet.


[Package R.filesets version 0.5.3 Index]