metadata<-,LongTable-method {CoreGx}R Documentation

Setter method for the metadata slot of a 'LongTable' object

Description

Setter method for the metadata slot of a 'LongTable' object

Usage

## S4 replacement method for signature 'LongTable'
metadata(x) <- value

Arguments

x

['LongTable'] The LongTable to update

value

['list'] A list of new metadata associated with a 'LongTable' object.

Value

['LongTable'] A copy of the 'LongTable' object with the 'value' in the metadata slot.


[Package CoreGx version 1.2.0 Index]