reload {utilitiesR}R Documentation

reload a package.

Description

reload a package.

Usage

  reload(lib, force = TRUE, load = TRUE, quietly = FALSE)

Arguments

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.

See Also

Other dev: muffle


[Package utilitiesR version 1.6.2 Index]