attached {NCStats}R Documentation

Lists currently attached data frames.

Description

Lists currently attached data frames and other objects that are not “.GlobalEnv”, “Autoloads”, or packages.

Usage

attached()

Value

Returns a vector of currently attached data frames and other objects that are not “.GlobalEnv”, “Autoloads”, or packages.

Note

This function is designed to make it easier for students to see which objects are currently attached. It modifies the results of search by removing “.GlobalEnv”, “Autoloads”, and all items that start with “packages:” from the listing.

Author(s)

Derek H. Ogle, dogle@northland.edu.

See Also

detach.all, search, attach.


[Package NCStats version 0.0-12 Index]