big_attach: Attach a Filebacked Big Matrix

View source: R/FBM-attach.R

big_attachR Documentation

Attach a Filebacked Big Matrix

Description

Attach a Filebacked Big Matrix

Usage

big_attach(rdsfile)

big_attachExtdata()

Arguments

rdsfile

Path to a ".rds" file.

Value

The FBM object stored in the rdsfile.

Examples

# temporary FBM
X <- FBM(10, 10)$save()

rdsfile <- sub_bk(X$backingfile, ".rds")
X2 <- big_attach(rdsfile)

all.equal(X[], X2[])

bigstatsr documentation built on Oct. 14, 2022, 9:05 a.m.