It should work. I've used it several times with 3.01 in Linux. Just make sure you load the library:
library(foreign) day<-read.dta("filelocation/abc.dta") Carlos On Thursday, September 5, 2013, Debasish Roy wrote: > I've been using R 3.0.1 version. I tried to read a file named abc.dta() > > I used the command X <- read.dta("abc.dta") and it gave me > Error: could not find function "read.dta" > > Can anyone help me what could be the problem and how to fix it ? > > > > Thanks, Deb. > [[alternative HTML version deleted]] > > -- Sent from Gmail Mobile [[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.