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 upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Not sure how many people would prefer to have
fwriteautomatically know to applyas.data.tableto amatrix(or, better, just accept amatrixand handle the "conversion" internally instead of doing so in R, which can be costly).The former is easy to implement, the latter, a bit harder (since matrices are stored column-wise in memory, we'll have to do some index arithmetic to write row-wise)