<div dir="ltr"><div>Hi,</div><div><br></div>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.<div><br></div><div>Maybe it would be useful to have this for data.tables as well? Compare:</div>

<div><br></div><div>print(data.table(1))</div><div>print.data.frame(data.table(1),row.names=FALSE) </div><div><br></div><div>As you can see, there's already a workaround.</div><div><br></div><div>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.</div>

<div><br></div><div>--Frank</div></div>