Learn R Programming

cascsim (version 0.4)

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

this

Self

...

Additional function arguments

value

ID

Examples

Run this code
# NOT RUN {
xindex <- new("Index")
setID(xindex)<-"IDX1"
xindex@indexID
# }

Run the code above in your browser using DataLab