clone.compenv {oosp}R Documentation

Clone Environments

Description

Clones environments, including circular references. The compenv.clone function should not be used by users, it may be made hidden in the next release.

Usage

## S3 method for class 'compenv':
clone(e, ...)
## S3 method for class 'environment':
clone(e, ...)
compenv.clone(e, flags=pointer (list () ) )

Arguments

e An environment
flags User should ignore this.
...

[Package oosp version 0.1.0 Index]