[datatable-help] possible FR: row.names=FALSE option for print.data.table
Frank Erickson
FErickson at psu.edu
Fri Oct 25 03:14:20 CEST 2013
Hi,
I like to lazily copy-paste stuff from the R console into documents. With a
data.frame, I can turn off row numbers or names with the option in the
title.
Maybe it would be useful to have this for data.tables as well? Compare:
print(data.table(1))
print.data.frame(data.table(1),row.names=FALSE)
As you can see, there's already a workaround.
Let me know if it would be better to just post suggestions like this on the
tracker. I figure I should run them by you all since (1) maybe I'm missing
something and (2) I've only used the tracker when referred by someone on
the dev team.
--Frank
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/datatable-help/attachments/20131024/ad3c85bb/attachment.html>
More information about the datatable-help
mailing list