setCount.BaseFileAssays {aroma.Base}R Documentation

Sets (or update) the number of assays in the data table

Description

Sets (or update) the number of assays in the data table.

Usage

## S3 method for class 'BaseFileAssays':
setCount(this, count=NULL, ...)

Arguments

count An integer or NULL. If NULL, the number of assays is set to the number of rows in the current data table.
... Not used.

Value

Returns an integer for the old count, or NULL if missing.

Author(s)

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

See Also

*getCount() For more information see BaseFileAssays.


[Package aroma.Base version 0.4.8 Index]