Learn R Programming

ribiosUtils (version 1.5-6)

reload: Reload a package

Description

Reload a package by first detaching and loading the library.

Usage

reload(pkg)

Arguments

pkg

Character string, name of the package

Value

Side effect is used.

See Also

detach and library

Examples

Run this code
# NOT RUN {
## the example should not run because it will reload the package
# }
# NOT RUN {
  reload(ribiosUtils)
# }

Run the code above in your browser using DataLab