module: Define what happens based on action

View source: R/module.R

moduleR 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)

jdhayes/RenvModule documentation built on April 28, 2022, 3:32 p.m.