Generic print method
Nicer print method for tabular data. Falls back to standard print method for all other data types.
Print(x, n = 5, digits = max(3, getOption("digits") - 3), ...)
x
: object to printn
: number of rows to show from top and bottom of tabular datadigits
: precision...
: additional arguments to print method