compenv {oosp} | R Documentation |
component environments
Description
Create, coerce and test compenv objects. A compenv object is merely an extended environment, however the compenv constructor and the methods available for compenv objects (such as print and clone), serve to make using environments as components easier.
Usage
compenv(..., hash=FALSE)
is.compenv(e)
is.hashed (e)
as.compenv(obj)
## S3 method for class 'compenv':
e1 == e2
Arguments
hash |
Whether or not the compenv environment is hashed. Refer to help for new.env for more information. |
e |
A compenv object. |
e1 |
An environment. |
e2 |
An environment. |
obj |
A list or an environment. |
... |
The environment's objects. Unless calling compenv directly, the arguments must be explicitly named, refer to is.cleancall for more information. |
[Package
oosp version 0.2.3
Index]