| setCount.BaseFileAssays {aroma.Base} | R Documentation |
Sets (or update) the number of assays in the data table.
## S3 method for class 'BaseFileAssays': setCount(this, count=NULL, ...)
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. |
Returns an integer for the old count, or NULL if missing.
Henrik Bengtsson (http://www.braju.com/R/)
*getCount()
For more information see BaseFileAssays.