Learn R Programming

R.filesets (version 2.15.1)

setName.FullNameInterface: Sets the name part of the fullname

Description

Sets the name part of the fullname, leaving the tags untouched.

Usage

# S3 method for FullNameInterface
setName(this, name=NULL, ...)

Value

Returns (invisibly) itself.

Arguments

name

The new name part of the fullname. If NULL, then the fullname is reset to the default.

...

Not used.

Author

Henrik Bengtsson

See Also

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