entities: 'entities<-'

Description Usage Arguments Value Examples

Description

Method to get and set the entities slot of the class Onassis-class

Usage

1
2
3
4
5
6
7
8
9
entities(object)

entities(object) <- value

## S4 replacement method for signature 'Onassis'
entities(object) <- value

## S4 method for signature 'Onassis'
entities(object)

Arguments

object

instance of class Onassis-class

value

a data frame with annotated entities

Value

the entities of the Onassis object in case of get and the Onassis object with new entities in case of set

Examples

1
2
3
4
5
onassis <- Onassis()
entities(onassis) <- data.frame()

o <- Onassis()
entities(o)

Onassis documentation built on Nov. 8, 2020, 8:18 p.m.