Hi,
I am using R package "QT" which call runs alongwith SAS

I get this error :  " Error in file(file, "rt") : cannot open the
connection"

I have tried using setwd or running R directly from that directory but
still get the same error. Any help would be appreciated

setwd("C:\\Documents and Settings\\....\\two")
data= read.csv("data.csv", header=T)
head(data)

info <- list(
        saspath="\"C:/Program Files/SAS/SASFoundation/9.2",
        output="C:\\Documents and Settings\\...\\two",device="tiff",
...........
)

Thanks

-- 
Navin Goyal

        [[alternative HTML version deleted]]

______________________________________________
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