Closed renkun-ken closed 10 years ago
> . <- 1 > 10 %:>% c(.,1) [1] 10 1 > . [1] 10
The problem is that list2env changes parent.frame() environment due to reference semantics.
list2env
parent.frame()
The problem is that
list2env
changesparent.frame()
environment due to reference semantics.