module {RenvModule}R Documentation

Define what happens based on action

Description

Define what happens based on action

Usage

module(action_type, module_name = "")

Arguments

action_type

Name of the action to be executed as character vector. The following switches are accepted: “avail”, “list”, “init”, “load”, “unload”, and “clear”.

module_name

Name of software to load as character vector.

Examples

## Not run: 
module("load","tophat")
module("load","tophat/2.1.1")
module("list")
module("avail")
module("init")
module("unload", "tophat")
module("unload", "tophat/2.1.1")
module("clear")

## End(Not run)

[Package RenvModule version 1.1 Index]