Returns an R list representing the column definition for an instance of the REAL_DT data type with the given attributes, to use with the tdr.SetOutputColDef function.
Syntax
tdr.Float()
Example: tdr.Float - Retrieve a Column Definition For the REAL_DT Type
coldef <- list(col= tdr.Float()); tdr.SetOutputColDef(stream, coldef);