Re: [Rd] Help finding some code in the R source code

2005-11-13 Thread Simon Urbanek
Greg, On Nov 13, 2005, at 7:03 PM, Greg Evans wrote: > I'm trying to write some Python code to check if a string text > contains a complete R statement. I'm hoping someone will be able > to point me to the right place in the R source code, so I can use > it as a starting point. What happe

[Rd] Help finding some code in the R source code

2005-11-13 Thread Greg Evans
Hi, I'm trying to write some Python code to check if a string text contains a complete R statement. I'm hoping someone will be able to point me to the right place in the R source code, so I can use it as a starting point. For example, In the R console. > x <- 1 > plot( + x + + ) > If I t