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
search | returns a character vector whose elements are the names
of each package in the search list for the current environment. |
searchpaths | returns the absolute file path to each package
in the search list for the current environment. |
See Also
Examples
search()
searchpaths()