entities {Onassis} | R Documentation |
entities<-
Method to get and set the entities
slot of the class Onassis-class
entities
entities(object) entities(object) <- value ## S4 replacement method for signature 'Onassis' entities(object) <- value ## S4 method for signature 'Onassis' entities(object)
object |
instance of class |
value |
a data frame with annotated entities |
the entities of the Onassis object in case of get and the Onassis object with new entities in case of set
onassis <- Onassis() entities(onassis) <- data.frame() o <- Onassis() entities(o)