Skip to contents

Loads one or more environment modules

Usage

module_load(...)

Arguments

...

Any number of modules to load as character vectors, which will all be concatenated together.

Value

An invisible value whose value may be changed in the future.

Examples

module_load("python")
#>  Successfully loaded python