Re: [R] problem with executing r-function from windows command prompt

2009-11-10 Thread jim holtman
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
 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@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?

__
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.


[R] problem with executing r-function from windows command prompt

2009-11-10 Thread venkata kirankumar
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@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.