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
_______________________________________________
datatable-help mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help

Reply via email to