compenv {oosp}R Documentation

Component Environments

Description

Create, coerce and test compenv objects.

Usage

compenv (..., hash=FALSE)
as.compenv (obj)
is.compenv (e)

Arguments

... Seed objects (each must be named).
hash Whether or not the compenv environment is hashed. Refer to the help for new.env for more information.
obj
e

[Package oosp version 0.1.0 Index]