Hi, I was wondering if anyone could please tell me if there's a way to attach the same files each time R starts up? Thanks! Kathryn Jones
Kathryn Jones wrote:> Hi, > I was wondering if anyone could please tell me if there's a > way to attach the same files each time R starts up?See ?Startup Uwe Ligges> Thanks! > Kathryn Jones > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
You can put the attach() statements (and any other startup code) in the .Rprofile file in your working directory. -roger Kathryn Jones wrote:> Hi, > I was wondering if anyone could please tell me if there's a > way to attach the same files each time R starts up? > Thanks! > Kathryn Jones > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html >