dataType.tableList {tableMatrix} | R Documentation |
Get or set dataType attribute
Description
tableList
and tableMarix
method to get or set dataType attribute.
Usage
## S3 method for class 'tableList'
dataType(obj, ...)
## S3 replacement method for class 'tableList'
dataType(obj) <- value
## S3 method for class 'tableMatrix'
dataType(obj, ...)
## S3 replacement method for class 'tableMatrix'
dataType(obj) <- value
Arguments
obj |
|
... |
Passed arguments. |
value |
List of datatypes. |
Value
List of datatypes.
[Package tableMatrix version 0.82.0 Index]