setID<- | R Documentation |
setID Set the ID for an object
setID(this, ...) <- value ## S4 replacement method for signature 'Index,character' setID(this) <- value ## S4 replacement method for signature 'DevFac,character' setID(this) <- value
this |
Self |
... |
Additional function arguments |
value |
ID |
xindex <- new("Index") setID(xindex)<-"IDX1" xindex@indexID
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.