reload {utilitiesR} | R Documentation |
reload a package.
reload(lib, force = TRUE, load = TRUE, quietly = FALSE)
lib |
name of package to reload, unquoted or quoted. |
force |
should a package be detached even though other attached packages depend on it? |
load |
boolean, whether to load the package if it wasn't already loaded in the first place. |
quietly |
boolean, suppress all warnings/messages/outputs. |
Other library: loader