I have a .desc file that is used in the read.big.matrix(), from the bigmemory package, to create a big.matrix. How can I open this as a table?
I have tried as.table() and get the error "cannot coerce to a table".
If you want a matrix, use
bigmemory::attach.big.matrix("yourfile.desc")[]