module: Define what happens based on action

Description Usage Arguments Examples

View source: R/module.R

Description

Define what happens based on action

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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)

RenvModule documentation built on May 20, 2021, 9:06 a.m.