R data.table package and complex values
问题 I'm new to the data table package and so far its incredible! With one hitch... data.table does not seem to like complex numbers. For example, the code: DT <- data.table(x = as.complex(1:5)) DT[1] produces the error: Error in `[.data.table`(DT, 1) : Unknown column type 'complex' I've searched high and low, and unless I am being a colossal idiot I can't find any information on this, except for an obscure github edit: github Is this just a current limitation of the data.table package, or is it a