Skip to content

Tranferring R results to word prosessors

1 message · Rau, Roland

#
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}}