Learn R Programming

R.filesets (version 2.15.1)

setFullName.FullNameInterface: Sets the full name

Description

Sets the full name. This is done using a fullname translator function that returns the specified fullname.

Usage

# S3 method for FullNameInterface
setFullName(this, ...)

Value

Returns (invisibly) itself.

Arguments

...

Arguments, typically a character string, which are passed to the fullname translator generator.

Author

Henrik Bengtsson

See Also

*getFullName(). *setName(). For more information see FullNameInterface.