min.td.data.frame: Minima

Description Usage Arguments Details Value Note Examples

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

Description

Find the minimum value in the td data frame

Usage

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

Arguments

tdf

td data frame.

...

conform to generic min

Details

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

Value

Returns the minimum 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")
min(tdf)
#Returns min value of columns in customer


## End(Not run)

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