detach_all: Detach All Packages

Description Usage Arguments Details Author(s)

Description

This function will attempt to detach all packages loaded by the user during the current R session.

Usage

1
detach_all(verbose=TRUE, unload=TRUE)

Arguments

verbose

Should a message be printed to the console naming all the detached packages? TRUE or FALSE.

unload

Should the packages be unloaded from the namespace? TRUE or FALSE.

Details

It's probably smarter to restart R, but being able to detach and unload all packages can be handy at times.

Author(s)

Ryan Kyle, ryan.kyle@mail.mcgill.ca


rpkyle/cscmisc documentation built on May 13, 2019, 12:06 p.m.