Hi , I have created .R file which connects to Teradata database and then does some manipulation and produces the output graph. How to create executable for .R file? Thanks Pariksheet -- View this message in context: http://r.789695.n4.nabble.com/How-to-create-R-executable-tp3790883p3790883.html Sent from the R help mailing list archive at Nabble.com.
On 05.09.2011 12:04, Pariksheet wrote:> Hi , > > I have created .R file which connects to Teradata database and then does > some manipulation and produces the output graph. > > How to create executable for .R file?You cannot. Or do you mean you want to create an R package? In any case, R code is always interpreted. Uwe Ligges> > Thanks > Pariksheet > > -- > View this message in context: http://r.789695.n4.nabble.com/How-to-create-R-executable-tp3790883p3790883.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at 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.
Do you mean 'how do you execute the script?'? If so, the executable is called R. You might mean R -f .R , assuming R is on your path. S> -----Original Message----- > From: r-help-bounces at r-project.org > [mailto:r-help-bounces at r-project.org] On Behalf Of Pariksheet > Sent: 05 September 2011 11:04 > To: r-help at r-project.org > Subject: [R] How to create R executable? > > Hi , > > I have created .R file which connects to Teradata database > and then does some manipulation and produces the output graph. > > How to create executable for .R file? > > Thanks > Pariksheet > > -- > View this message in context: > http://r.789695.n4.nabble.com/How-to-create-R-executable-tp379 > 0883p3790883.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at 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. > *******************************************************************This email and any attachments are confidential. Any use...{{dropped:8}}