entities {Onassis}R Documentation

entities<-

Description

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

entities

Usage

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

onassis <- Onassis()
entities(onassis) <- data.frame()

o <- Onassis()
entities(o)


[Package Onassis version 1.2.7 Index]