big_attach | R Documentation |
Attach a Filebacked Big Matrix
big_attach(rdsfile)
big_attachExtdata()
rdsfile |
Path to a ".rds" file. |
The FBM object stored in the rdsfile.
# temporary FBM
X <- FBM(10, 10)$save()
rdsfile <- sub_bk(X$backingfile, ".rds")
X2 <- big_attach(rdsfile)
all.equal(X[], X2[])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.