Utility function. This prints a table to screen in
chunks of chunksize_toprint (default=40). This
avoids the annoying situation of not being able to see
the bottom of a table. Note that if you print something
huge, you will be waiting for awhile (try ESC or CTRL-C
to cancel such an operation).
Another option is to reset options to something like:
options(max.print=99999), but this is hard to
remember. Your current setting is
getOption("max.print").