Skip to content

Create Sparse Vectors

sparse_double()
Create sparse double vector
sparse_integer()
Create sparse integer vector
sparse_character()
Create sparse character vector
sparse_logical()
Create sparse logical vector

Convertion functions

coerce_to_sparse_data_frame()
Coerce sparse matrix to data frame with sparse columns
coerce_to_sparse_matrix()
Coerce sparse data frame to sparse matrix
coerce_to_sparse_tibble()
Coerce sparse matrix to tibble with sparse columns
as_sparse_double() as_sparse_integer() as_sparse_character() as_sparse_logical()
Coerce numeric vector to sparse double

Helper Functions