Reload a package by first detaching and loading the library.

reload(pkg)

Arguments

pkg

Character string, name of the package

Value

Side effect is used.

Note

So far only character is accepted

See also

Author

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

Examples


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