powered by
Get the unique identifier of a Sequence object. The identifier is the concatenation of the object name and the object hash code as returned by hashCode().
# S3 method for Sequence getId(this, ...)
A Sequence object.
Not used.
A charcter vector of length one.
For more information see Sequence.
Sequence
# NOT RUN { # create a Sequence object. s<-Sequence(length=5) # get id getId(s) # get id via virtual field s$id # }
Run the code above in your browser using DataLab