Skip to content
Prev 374676 / 398513 Next

Exporting to text files

On Fri, 18 May 2018 11:47:25 -0500
Ed Siefker <ebs15242 at gmail.com> wrote:

            
The sink() or capture.output() commands do what you want.  The latter is
less cumbersome if you are working directly with R in a terminal rather
than with a script.  You could also employ the knitr and rmarkdown
packages with RStudio if you plan to include the material in a Word or
Libreoffice document.

JWDougherty