The answer was that it was a operator (me) problem. The library that enables
get.csv is Hmisc and should have been loaded. thus:
<>=
library(Hmisc)
x=csv.get(file="/Users/christiaanpauw/tmp/x.csv")
mean(x)
@
2009/2/27 christiaan pauw
> Hi Everybody
> I use R2.8.0 on Mac OS X. I set up LyX 1.6.1
Hi Everybody
I use R2.8.0 on Mac OS X. I set up LyX 1.6.1 to use Sweave today following
the instructions on the LyX wiki. It seems to work fine. I can compile the
test file I found on CRAN (http://cran.r-project.org/contrib/extra/lyx/)
without a problem and the output looks very nice. In the test f