Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updeclare output format for data matrix #49
Comments
|
A better option would be for |
|
A check for all of the same data type would need to occur for matrix and spare matrix formats. The |
|
Being able to output a sparse matrix would be hugely valueable! My research uses a lot of categorical variables, so I can benefit a lot from sparse matrices. Thanks! |
|
@jeffwong-nflx Take a look at this and see if it fits your needs. |
|
Thanks Max, I will take a look |
|
This feature is fantastic! Is there a way to specify that a |
|
Unfortunately, no. I'm loath to add another argument to |
Until there is a sparse tibble (I hope one day), there should be an option for
processto convert the output to a sparse matrix format such asMatrix::dgCMatrix. Seevignette("Intro2Matrix")