SoftwareEnvironment {stencilaschema} | R Documentation |
A computational environment.
Description
A computational environment.
Usage
SoftwareEnvironment(
name,
adds,
alternateNames,
description,
extends,
id,
identifiers,
images,
meta,
removes,
url
)
Arguments
name |
The name of the item. Required. |
adds |
The packages that this environment adds to the base environments listed under |
alternateNames |
Alternate names (aliases) for the item. |
description |
A description of the item. |
extends |
Other environments that this environment extends by adding or removing packages., |
id |
The identifier for this item. |
identifiers |
Any kind of identifier for any kind of Thing. |
images |
Images of the item. |
meta |
Metadata associated with this item. |
removes |
The packages that this environment removes from the base environments listed under |
url |
The URL of the item. |
Value
A list
of class SoftwareEnvironment
See Also
[Package stencilaschema version 1.0.0 Index]