Efficiently read Matrix Market format

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