detach.all {NCStats}R Documentation

Detaches all currently attached data frames.

Description

Detaches all currently attached data frames and other objects that are not “.GlobalEnv”, “Autoloads”, or packages as identified by the attached function.

Usage

detach.all()

Value

None.

Note

This function is designed to make it easier for students to detach all currently attached data frames.

Author(s)

Derek H. Ogle, dogle@northland.edu.

See Also

attached, detach


[Package NCStats version 0.0-12 Index]