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 March 16, 2024, 12:07 a.m.