Learn R Programming

RenvModule (version 1.1)

module: 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

Run this code
# 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")
# }

Run the code above in your browser using DataLab