setExtra.MicroarrayData: Sets an extra field

Description Usage Arguments Author(s) Examples

Description

Stores optional and extra information of any format.

Usage

1
2
## S3 method for class 'MicroarrayData'
setExtra(this, key, value, ...)

Arguments

key

The name under which the extra field should be stored.

value

The value to be stored.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

Examples

1
2
  raw <- RawData()
  setExtra(raw, "date", date())

HenrikBengtsson/aroma documentation built on May 7, 2019, 12:56 a.m.