td.rescale: Rescale Values of Column

Description Usage Arguments Details Value Examples

View source: R/td.rescale.R

Description

Function rescaled values of a td data frame column.

Usage

1
td.rescale(tdf, col, oTable, oDatabase = "", lower = 0, upper = 1)

Arguments

tdf

td data frame.

col

column name.

oTable

output table name.

oDatabase

output database name.

lower

lower bound to rescale to.

upper

upper bound to rescale to.

Details

Create a new output table of a column in this td data frame. This function allows you to rescale a column.

Value

td data frame pointing to new output table.

Examples

1
2
3
4
## Not run: 
td.rescale(tdf,"age","newTable")

## End(Not run)

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