Learn R Programming

modules (version 0.9.8)

reload: Reload a given module

Description

Remove the loaded module from the cache, forcing a reload. The newly reloaded module is assigned to the module reference in the calling scope.

Usage

reload(module)

Arguments

module

reference to the module which should be unloaded

See Also

import

unload