rr-bigmemory

How can I convert a big matrix to a table?


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".


Solution

  • If you want a matrix, use

    bigmemory::attach.big.matrix("yourfile.desc")[]