Read a subset of columns from a .spz file without decompressing
the entire matrix.
Examples
if (FALSE) { # \dontrun{
mat <- st_slice_cols("data.spz", cols = 1:10)
dim(mat)
} # }
Read a subset of columns from a .spz file without decompressing
the entire matrix.
if (FALSE) { # \dontrun{
mat <- st_slice_cols("data.spz", cols = 1:10)
dim(mat)
} # }