Description Usage Arguments Details Value Examples
Generate a Teradata table of columns and the newly bincoded column.
1  | td.bincode(tdf, col, oTable, oDatabase = "", bins = 10)
 | 
tdf | 
 td data frame.  | 
col | 
 name of column to be bincoded.  | 
oTable | 
 output table name.  | 
oDatabase | 
 output database name.  | 
bins | 
 number of groups to bin(break) column into.  | 
Create a new table with the same column name as the input but now with bincoded values.
td data frame that represents the new table created by bincode.
1 2 3 4  | ## Not run: 
td.bincode(tdf, "age", "newBinTable", bins=12) # break age into 12 groups or bins
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.