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