dim.td.data.frame: Dimensions of a td data frame

Description Usage Arguments Details Value Examples

View source: R/dim.td.data.frame.R

Description

Retrieve the dimension of a td data frame.

Usage

1
2
## S3 method for class 'td.data.frame'
dim(x)

Arguments

x

td data frame.

Details

dim has a method which returns the totalRows and the length of the td.data.frame (as the numbers of rows and columns respectively).

Value

It is NULL or a vector of mode integer.

Examples

1
2
3
4
5
6
7
## Not run: 
tdf <- td.data.frame("customer")
dim(tdf)
#returns 
#[1] 1000 18

## End(Not run)

nonsleepr/teradataR documentation built on May 23, 2019, 9:32 p.m.