appendEnv: Merge two enviroments

Description Usage Arguments

View source: R/appendEnv.R

Description

Merge two enviroments. If these two environments have some object with identical name o, then o in the first environment with be overwritten by o in the second environment. The first environment is updated in-place, no third environment is generated.

Usage

1
appendEnv(e1, e2)

Arguments

e1

First environment

e2

Second environment


kindlychung/CollapsABEL documentation built on May 20, 2019, 9:57 a.m.