dim.GenericTabularFile {R.filesets}R Documentation

Gets the dimension of data table

Description

Gets the dimension of data table, which is the number of rows and the number of columns.

Usage

## S3 method for class 'GenericTabularFile'
dim(x)

Value

Returns an integer vector of length two.

Author(s)

Henrik Bengtsson

See Also

*nbrOfRows(). For more information see GenericTabularFile.


[Package R.filesets version 2.15.1 Index]