metadata<-,LongTable-method {CoreGx} | R Documentation |
Setter method for the metadata slot of a 'LongTable' object
## S4 replacement method for signature 'LongTable' metadata(x) <- value
x |
['LongTable'] The LongTable to update |
value |
['list'] A list of new metadata associated with a 'LongTable' object. |
['LongTable'] A copy of the 'LongTable' object with the 'value' in the metadata slot.