import_bigmat: Import big matrices

View source: R/import_bigmat.R

import_bigmatR Documentation

Import big matrices

Description

Imports large matrices with the help of data.table::fread

Usage

import_bigmat(filename, nThread = 1)

Arguments

filename

Name of the file to import

nThread

Number of CPU cores to employ

Value

Matrix

Examples

M = import_bigmat("2021-01-27_M.txt")

BenjaminPlanterose/UMtools documentation built on Aug. 19, 2024, 4:54 a.m.