to_sparse_matrix: Convert object to sparse matrix

View source: R/to_sparse_matrix.R

to_sparse_matrixR Documentation

Convert object to sparse matrix

Description

Convert a variety of object types to sparse matrix format.

Usage

to_sparse_matrix(exp, as_sparse = TRUE, verbose = TRUE)

Arguments

exp

Object.

as_sparse

Whether to convert exp to sparse matrix

verbose

Print messages.

Value

Sparse matrix.


NathanSkene/EWCE documentation built on April 30, 2024, 5:21 p.m.