View source: R/import_bigmat.R
import_bigmat | R Documentation |
Imports large matrices with the help of data.table::fread
import_bigmat(filename, nThread = 1)
filename |
Name of the file to import |
nThread |
Number of CPU cores to employ |
Matrix
M = import_bigmat("2021-01-27_M.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.