R parser for If-else
Martin Maechler wrote:
I think this is FAQ (or should become one):
?if [the help page you really should read before spending too
much time or even post to R-help]
?if
won't parse completely, you need
?'if'
;)
vQ