powered by
Get the unique identifier of a QMatrix object.
# S3 method for QMatrix getId(this, ...)
A QMatrix object.
Not used.
A character vector of length one.
For more information see QMatrix.
QMatrix
# NOT RUN { # create a QMatrix object m<-QMatrix() # get object id getId(m) # get object id via virtual field m$id # }
Run the code above in your browser using DataLab