Method to convert 'Matrix' sparse matrices to 'tibble's Method for 'as_tibble' to coerce sparse matrix objects to a 'tibble'

# S3 method for dgTMatrix
as_tibble(x, ...)

# S3 method for dgCMatrix
as_tibble(x, ...)

# S3 method for sparseMatrix
as_tibble(x, ...)

Arguments

x

A Matrix object

...

Extra arguments, not used