Skip to content
Prev 169204 / 398503 Next

How to declare an array with columns storing different datatypes/precision

On 2/4/2009 8:57 AM, Suresh_FSFM wrote:
In R, an array is all one data type, so you can't do that.  However, you 
can have a dataframe that comes close:  but there is no special type for 
  8.4 or percentage values, you'd need to use floating point (or fancy 
handling of integers) for those.

Duncan Murdoch