as_tibble.dgTMatrix: Method to convert 'Matrix' sparse matrices to 'tibble's...

Description Usage Arguments

View source: R/astibble_sparseM.R

Description

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

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'dgTMatrix'
as_tibble(x, ...)

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

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

Arguments

x

A Matrix object

...

Extra arguments, not used


gi0na/adjConvertR documentation built on Jan. 7, 2022, 4:48 a.m.