View source: R/simer.Utility.R
remove_bigmatrix | R Documentation |
Remove big.matrix safely.
remove_bigmatrix(x, desc_suffix = ".geno.desc", bin_suffix = ".geno.bin")
x |
the filename of big.matrix. |
desc_suffix |
the suffix of description file of big.matrix. |
bin_suffix |
the suffix of binary file of big.matrix. |
Build date: Aug 8, 2019 Last update: Apr 30, 2022
TRUE or FALSE
Haohao Zhang and Dong Yin
library(bigmemory)
mat <- filebacked.big.matrix(
nrow = 10,
ncol = 10,
init = 0,
type = 'char',
backingpath = ".",
backingfile = 'simer.geno.bin',
descriptorfile = 'simer.geno.desc')
remove_bigmatrix(x = "simer")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.