Displaying 4 results from an estimated 4 matches for "html2clip".
2006 Oct 13
2
bug: Editing function formals deletes the environment
First, here's the specific bug I have. Later I'll say why I care.
> ls(zappo)
Error in try(name) : object "zappo" not found
# good.
> f = function(zappo) { function(y) zappo + y }
> g = f(1)
> g(1)
[1] 2
> formals(g)
$y
> formals(g)$y
> formals(g)$y = 2
> g
function (y = 2)
zappo + y
> g(1)
Error in g(1) : object "zappo" not found
2008 Oct 24
18
Transferring results from R to MS Word
R-users
At the moment I am teaching a course on the use of R for data analysis.
Part of course requirements involves the transfer of results from R to
something that resembles the APA (American Psychological Associations)
type tables to MS Word. Until now I have used the HTML function in the
R2HTML library, with a call like this:
HTML(summary(model1), file("clipboard",
2007 Nov 05
1
R2HTML package and Open Office: text only pasted
...matted text.
Equally, with Writer, in the past when I tried this, the results were pasted
as a table, but now they are pasted as HTML code. Again trying to use paste
special, there is only an unformatted text option.
I am using the simplest R2HTML code option, which as a I said, works with
Excel
HTML2clip(x)
I suspect this is more an OOo issue, but hopefully someone has experience of
using this combination and can help.
Thanks,
Graham
[[alternative HTML version deleted]]
2006 Feb 09
9
Transferring R results to word prosessors
There has been an incredible number of responses in a short time, with a
number of different suggestions. With hindsight, I must admit I have not
been quite clear, so additional (somewhat lengthy) explanation is needed.
I want to use R in an introductory course on multiple regression (among
other things) starting in two weeks time for students of psychology at my
University. These students