A function to get or set the names of an object.
Usage
# S4 method for class 'records'
names(x)
# S4 method for class 'rtoi'
names(x)
# S4 method for class 'rtoi,character'
names(x) <- value
Arguments
- x
a records
or an rtoi
object.
- value
character argument. The new value for x
.
Value
a character vector containing the name of
all the names in x
.