venkata kirankumar
2009-Nov-10 13:48 UTC
[R] problem with executing r-function from windows command prompt
Hi all, I am trying to execute one function from windows command prompt and I am trying to execute queries like source(myRfile.R) but itis throughing runtime errors can any one help me how can i run my *.R file and how can i call a function in that *.R file thanks in advance kiran. [[alternative HTML version deleted]]
jim holtman
2009-Nov-10 15:02 UTC
[R] problem with executing r-function from windows command prompt
More details would be appropriate, like what type of errors, what is causing them, what you are executing at the time, etc..... You can also use "try" to catch any runtime errors and continue. On Tue, Nov 10, 2009 at 8:48 AM, venkata kirankumar <kiran4u2all at gmail.com> wrote:> Hi all, > I am trying to execute one function from windows command prompt > and I am trying to execute queries like source(myRfile.R) ?but itis > throughing runtime errors can any one help me how can i run my > ?*.R file and how can i call a function in that *.R file > > thanks in advance > > kiran. > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > 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. >-- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem that you are trying to solve?