print.td.data.frame: Show contents of a td data frame

Description Usage Arguments Details Value Examples

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

Description

Display information about the td data frame such as database, tablename, and column names.

Usage

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

Arguments

x

td data frame.

...

Allow other commands to be sent to plot.

Details

Function outputs specific information about the current table pointed at by this td data frame. Database name, table name, columns and the row count are all pieces of information that is output.

Value

A list of the information

Examples

1
2
3
4
## Not run: 
tdf    #a td data frame object

## End(Not run)

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