Description Usage Arguments Value Examples
Method to get and set the entities
slot of the class Onassis-class
1 2 3 4 5 6 7 8 9 |
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
1 2 3 4 5 | onassis <- Onassis()
entities(onassis) <- data.frame()
o <- Onassis()
entities(o)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.