| attached {NCStats} | R Documentation |
Lists currently attached data frames and other objects that are not “.GlobalEnv”, “Autoloads”, or packages.
attached()
Returns a vector of currently attached data frames and other objects that are not “.GlobalEnv”, “Autoloads”, or packages.
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.
Derek H. Ogle, dogle@northland.edu.