I\'ve got a sparse Matrix in R that\'s apparently too big for me to run as.matrix() on (though it\'s not super-huge either). The as.matrix()
Matrix
as.matrix()
rARPACK is the package you need. Works like a charm and is Superfast because it parallelizes via C and C++.