I'm looking for a quick, painless (?!) way to export my R output to MS Word. A data frame from R is easily exported using write.table(), but what about the results from an ANOVA or something more complicated (eg a Permutation test for homogeneity of multivariate dispersions -- permustats {vegan}) which gives you an ANOVA-like table plus a table of pairwise comparisons?

Of course you can copy and paste from the R GUI to a Word document, but the formatting is lost. I've looked briefly at packages like broom and kniter, perhaps not hard enough, but the former doesn't seem capable of dealing with this kind of output and the latter, well, looks like a lof of work. I want something quick to set up and am happy to tweak the formatting once it's in Word. 

Similar questions and discussions