Skip to content
Prev 206467 / 398503 Next

(no subject)

Hello, 

I am running R on cygwin for windows. 

File R1234 contains 

data <- read.table("data") 
q() 

On the command line I type 

R --no-save -q R_PROFILE=R1234 

returns 

Error: could not find function read.table 

THanks.