fread_mm: Efficiently read Matrix Market format

View source: R/io.R

fread_mmR Documentation

Efficiently read Matrix Market format

Description

Efficiently read Matrix Market format

Usage

fread_mm(fname, sep = " ", row.names = TRUE, col.names = TRUE)

Arguments

fname

name of the file to load from

sep

separator of the input file

row.names

load row names

col.names

load column names

Value

sparse matrix


tanaylab/tgutil documentation built on Feb. 17, 2025, 8:18 p.m.