-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
declare 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 |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex https://reprex.tidyverse.org) and link to this issue. |
Until there is a sparse tibble (I hope one day), there should be an option for
process
to convert the output to a sparse matrix format such asMatrix::dgCMatrix
. Seevignette("Intro2Matrix")
The text was updated successfully, but these errors were encountered: