Learn R Programming

modules (version 0.9.8)

unload: Unload a given module

Description

Unset the module variable that is being passed as a parameter, and remove the loaded module from cache.

Usage

unload(module)

Arguments

module

reference to the module which should be unloaded

See Also

import

reload