Skip to content
Prev 86242 / 398502 Next

Transferring R results to word prosessors

Given that this may very well be the most common use of the
R2HTML package I wonder if the R2HTML package developer would
be interested in providing an HTML2clip convenience wrapper
as part of the R2HTML package like this:

   HTML2clip <- function(x, file. = file("clipboard", "w"), append = FALSE, ...)
     HTML(x, file = file., append = append, ...)

so that one could just write:

   HTML2clip(summary(lm(rating ~., attitude)))
On 2/10/06, Tom Backer Johnsen <backer at psych.uib.no> wrote: