vikrant wrote: > > Hi, > > I saved the function in test.R file on Desktop. Then after starting R I > changed my directory to desktop. > and tried the command source("test.R") it gave me following error > > > Error in file(file, "r", encoding = encoding) : > cannot open the connection >
It's on the Desktop, and either must set the working directory to the Desktop, or give the full (rather messy) file name. I usually start my RGui with the following method http://markmail.org/message/ohdtasxlm4twot6b and put all auxiliary files into that directory. Dieter -- View this message in context: http://n4.nabble.com/Running-rscript-in-windows-tp1475671p1476933.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.