getEnvironment.Package {R.oo} | R Documentation |
Gets the environment of a loaded package.
## S3 method for class 'Package'
getEnvironment(this, ...)
... |
Not used. |
Returns a environment
, or NULL
if the package was not loaded.
Henrik Bengtsson
*getPosition()
.
For more information see Package
.