Message-ID: <8B08A3A1EA7AAC41BE24C750338754E6013DAF9B@HERMES.demogr.mpg.de>
Date: 2006-02-09T15:26:30Z
From: Rau, Roland
Subject: Tranferring R results to word prosessors
> -----Original Message-----
> From: r-help-bounces at stat.math.ethz.ch
> [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Romain Francois
> Sent: Thursday, February 09, 2006 3:54 PM
> To: Tom Backer Johnsen
>
> One way could be to output in html format from R (with the R2HTML
> package) and then read back the html from your word processor
>
> Romain
If you go along the HTML path, the package xtable might be also your
friend:
library(xtable)
mymat <- matrix(1:9, ncol=3)
print.xtable(xtable(mymat), type="HTML")
Hope this is useful for you,
Roland
+++++
This mail has been sent through the MPI for Demographic Rese...{{dropped}}