getPath.AromaTransform {aroma.core}R Documentation

Gets the path of the output data set

Description

Gets the path of the output data set. If non-existing, then the directory is created. Windows Shortcut links are recognized.

Usage

## S3 method for class 'AromaTransform':
getPath(this, create=TRUE, ...)

Arguments

create If TRUE, the path is created, otherwise not.
... Not used.

Value

Returns a character string.

Author(s)

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

See Also

For more information see AromaTransform.


[Package aroma.core version 1.4.0 Index]