如何将大矩阵转换为 table?

How can I convert a big matrix to a table?

我有一个在 read.big.matrix() 中使用的 .desc 文件,来自 bigmemory 包,用于创建 big.matrix。我怎样才能将其打开为 table?

我已尝试 as.table() 并收到错误 "cannot coerce to a table"。

如果你想要一个矩阵,使用

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