Hi everyone, I am aware this is a parser issue, but is there any possibility to capture the use of the inverse assignment operator into a formula?
Something like:
> foo <- function(x) substitute(x)
gives:
> foo(A -> B)
B <- A
I wonder if there is any possibility whatsoever to signal the use of ->
instead of <-
Thank you,
Dmitri
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
