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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to