| search {base} | R Documentation |
Gives basically a list of attached packages
(see library), and R objects, usually
data.frames.
search()
A character vector, usually starting with
".GlobalEnv", and containing "package:base"
which is R's base package required always.
attach and detach to change the
search ``path'', objects to find R objects in there.
search()