max.td.data.frame: Maxima

Description Usage Arguments Details Value Note Examples

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

Description

Find the maximum value in the td data frame

Usage

1
2
## S3 method for class 'td.data.frame'
max(tdf, ...)

Arguments

tdf

td data frame.

...

conform to generic max

Details

Access database and return the maximum value amoung the current columns in the td data frame.

Value

Returns the maximum value found as a numeric

Note

The td data frame must consist of only numeric variables

Examples

1
2
3
4
5
6
7
8
## Not run: 

tdf <- td.data.frame("customer")
max(tdf)
#Returns max value of columns in customer


## End(Not run)

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