powered by
Get the name of a Sequence object.
# S3 method for Sequence getName(this, ...)
A Sequence object.
Not used.
A character vector of length one.
For more information see Sequence.
Sequence
# NOT RUN { # create object s<-Sequence(length=10); # get object name getName(s) # get name via virtual field s$name # }
Run the code above in your browser using DataLab