dtach: detach and unload a package. usually works the way one might...

Description Usage Arguments Details Value Examples

View source: R/dtach.R

Description

detach and unload a package. usually works the way one might expect it to.

Usage

1
dtach(p)

Arguments

p

the package name, unquoted like in library()

Details

If a package is not directly loaded, base::detach will provide helpful feedback, in the eloquent yet restrained manner of a DEC VAX compiler.

Value

whatever base::detach() returns, if p was attached

Examples

1
2
library(MASS)
dtach(MASS) 

VanAndelInstitute/ExpDesign2021 documentation built on Dec. 18, 2021, 6:15 p.m.