Description Objects from the Class Slots Methods Author(s) Examples
The function module
enables use of the Environment Modules system
(http://modules.sourceforge.net/) from within the R environment. By default
the user's login shell environment (ie. bash -l
) will be used to
initialize the current session. The module function can also; load or unload
specific software, list all the loaded software within the current session, and
list all the applications available for loading from the module system.
Lastly, the module function can remove all loaded software from the current
session.
Objects can be created by calls of the form new("EnvModules", ...)
.
available_modules
:Object of class "list"
~~
loaded_modules
:Object of class "list"
~~
default_modules
:Object of class "list"
~~
modulecmd
:Object of class "character"
~~
signature(x = "EnvModules")
: ...
signature(x = "EnvModules", i = "ANY", j = "missing")
: ...
signature(x = "EnvModules")
: ...
signature(x = "EnvModules")
: ...
signature(x = "EnvModules")
: ...
signature(from = "EnvModules", to = "list")
: ...
signature(from = "list", to = "EnvModules")
: ...
signature(x = "EnvModules")
: ...
signature(x = "EnvModules")
: ...
signature(x = "EnvModules")
: ...
signature(x = "EnvModules")
: ...
signature(x = "EnvModules")
: ...
signature(object = "EnvModules")
: ...
Jordan Hayes and Daniela Cassol
1 | showClass("EnvModules")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.