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 upprint(dt, class=TRUE) shows only "topn - 1" rows #2803
Comments
|
That's a bug! Probably my fault. Since you've already identified the problem, feel free to file a PR. If not, I'll fix this soon. |
|
Confirmed. Thank you for your prompt response, @MichaelChirico and @mattdowle ! |
When
class=TRUEis provided toprint.data.table(), onlytopn - 1rows are printed. Is this a bug, or a feature? If the former is the case, as I suppose, the flaw seems to be in the line 87 ofprint.data.table.R.Minimal example:
sessionInfo()Thanks.