R/loading.R
fc_attach_bigmat.RdThese are file based matrices that are not loaded into memory. If
bigmat="mybigmat" there should be a big.matrix description file called
file.path(fcconfig$bigmatrixdir,'mybigmat.desc'). If passed a name
ending in '.ff', the corresponding ff object is attached.
fc_attach_bigmat(bigmat, envir = NULL, force = FALSE)
| bigmat | Name of big matrix object (which should match file on disk). |
|---|---|
| envir | The environment in which the resultant object should be created. |
| force | Whether to overwrite an existing object of the same name |
A big.matrix or ff object.
attach.big.matrix
# NOT RUN { fc_attach_bigmat() # }