If you aren't using LaTeX for reports, then you should be. Other than beautiful equation type-setting and layout flexibility, you can automatically turn data tables in R (or matrices, to be exact) into latex tables using the latex.table function in the quantreg library.
Let's say we want to create a table of means and standard deviations for the sepal length and width variables in Fisher's class iris data set.