Description Usage Arguments Details Value Examples
Function to allow change values of a column to new values.
1  | 
tdf | 
 td data frame.  | 
col | 
 column name.  | 
oTable | 
 output table name.  | 
oDatabase | 
 output database name.  | 
codes | 
 vector of value pairs. Pairs are current value followed by new value. Must be even number of elements in vector.  | 
other | 
 what to do with values not in the codes vector. Valid are ("same", "null"). Values not in codes vector stay same or are null.  | 
Create a new output table in Teradata with the recoded column from this td data frame.
td data frame pointer to the new table created.
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.