Learn R Programming

R.filesets (version 2.15.1)

getFullName.FullNameInterface: Gets the full name

Description

Gets the full name consisting of a name and tags.

Usage

# S3 method for FullNameInterface
getFullName(this, ..., translate=TRUE)

Value

Returns a character.

Arguments

translate

If TRUE and a fullname translator is set, the fullname is translated before returned.

...

Not used.

Author

Henrik Bengtsson

See Also

*getName(). *getTags(). For more information see FullNameInterface.