Copy/move one environment to another
I would like to ask if it is possible to copy/move all the objects of one environment to another, at once. For example: f1 <- function() { print(v1) print(v2) } f2 <- function() { ...