Learn R Programming

ribiosUtils (version 1.7.7)

reload: Reload a package

Description

Reload a package by first detaching and loading the library.

Usage

reload(pkg)

Value

Side effect is used.

Arguments

pkg

Character string, name of the package

Author

Jitao David Zhang <jitao_david.zhang@roche.com>

See Also

Examples

Run this code

## the example should not run because it will reload the package
if (FALSE) {
  reload(ribiosUtils)
}

Run the code above in your browser using DataLab