Processes an assignment, i.e., <target> <- <source>. Handling it as a function call <- (<target>, <source>). This includes handling of replacement functions (e.g., names(x) <- ... as names<- (x, ...)).
<target> <- <source>
<-
(<target>, <source>)
names(x) <- ...
names<-
(x, ...)
Processes an assignment, i.e.,
<target> <- <source>
. Handling it as a function call<-
(<target>, <source>)
. This includes handling of replacement functions (e.g.,names(x) <- ...
asnames<-
(x, ...)
).