search
Search List

Description

Returns package names, search order, and paths for all packages in the current environment.

Usage

search()
searchpaths()

Details

The first element in the search list is always the global environment, ".GlobalEnv". The last element in the search lists is always the base package environment, "package:base".
Value
searchreturns a character vector whose elements are the names of each package in the search list for the current environment.
searchpathsreturns the absolute file path to each package in the search list for the current environment.
See Also
attach, detach, library
Examples
search() 
searchpaths() 
Package base version 6.0.0-69
Package Index