I\'d like to print nicely-formatted data frames to paper, ideally from within a script. (I am trying to collect data using an instrument and automatically process and print
Not as fancy, but very utilitarian:
print.data.frame(iris)