The data.table has a nice feature that suppresses output to the head and tail of the table.
Is it possible to view / print more than 100 rows at once?
li
A messy option, but you could always export it into excel to view it with excels convenience.
library(xlsReadWrite) write.xls(mydata, "c:/mydata.xls")