Processes an assignment <target> <- <source> as the function call <- (<target>, <source>), including replacement functions (e.g., names(x) <- ... as names<- (x, ...)).
<target> <- <source>
<-
(<target>, <source>)
names(x) <- ...
names<-
(x, ...)
Processes an assignment
<target> <- <source>as the function call<-(<target>, <source>), including replacement functions (e.g.,names(x) <- ...asnames<-(x, ...)).