getName.Explorer {aroma.core}R Documentation

Gets the name of the explorer

Description

Gets the name of the explorer, which is the same as the name of the data set.

Usage

## S3 method for class 'Explorer':
getName(this, ...)

Arguments

... Not used.

Details

If a name alias has not been set explicitly, the name of the data set will used.

Value

Returns a character string.

Author(s)

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

See Also

For more information see Explorer.


[Package aroma.core version 1.4.0 Index]