This help topic is for R version 0.90. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/search.html
search {base}R Documentation

Give “Search Path” for R Objects

Description

Gives basically a list of attached packages (see library), and R objects, usually data.frames.

Usage

search()

Value

A character vector, usually starting with ".GlobalEnv", and containing "package:base" which is R's base package required always.

See Also

attach and detach to change the search “path”, objects to find R objects in there.

Examples

search()

[Package base version 0.90 ]