Dear R-helpers,
I am desperately looking for a solution for how to print out the console
output to a standard printer. For example, I would like to print out the
summary.lm() output, the output of different ftable-functions etc. I use
R on a linux machine.
The only ways so far have been to copy-paste the output into an external
editor or to use sink() to redirect the output into a text file and then
use shell commands to print out the file. Both ways work but are a bit
laborious :)
Many thanks in advance for Your help!
Kind regards,
Kimmo
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.