setID<-: setID
Set the ID for an object
Description
setID
Set the ID for an object
Usage
setID(this, ...) <- value# S4 method for Index,character
setID(this) <- value
# S4 method for DevFac,character
setID(this) <- value
Arguments
...
Additional function arguments
Examples
Run this code# NOT RUN {
xindex <- new("Index")
setID(xindex)<-"IDX1"
xindex@indexID
# }
Run the code above in your browser using DataLab