reload: Reload a package

Description Usage Arguments Value Note Author(s) See Also Examples

View source: R/namespace.R

Description

Reload a package by first detaching and loading the library.

Usage

1
reload(pkg)

Arguments

pkg

Character string, name of the package

Value

Side effect is used.

Note

So far only character is accepted

Author(s)

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

See Also

detach and library

Examples

1
2
3
4
5
## the example should not run because it will reload the package
## Not run: 
  reload(ribiosUtils)

## End(Not run)

ribiosUtils documentation built on March 13, 2020, 2:54 a.m.