Description Usage Arguments Examples
setID Set the ID for an object
1 2 3 4 5 6 7 | 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 |
1 2 3 | 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.