Skip to contents

Detach a package and all the depending packages

Usage

detachRecursively(package, pattern = ".*", dbg = FALSE)

Arguments

package

name of package to be detached

pattern

pattern matching the names of depending packages that are actually to be detached, e.g. use pattern = "^kwb\." to only detach kwb packages. Default: ".*" (matching all package names)

dbg

if TRUE, debug messages are shown