The R Project SVN R

Rev

Rev 24300 | Rev 40615 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24300 Rev 25118
Line 10... Line 10...
10
  Gives a list of \code{\link{attach}}ed \emph{packages}
10
  Gives a list of \code{\link{attach}}ed \emph{packages}
11
  (see \code{\link{library}}), and \R objects, usually
11
  (see \code{\link{library}}), and \R objects, usually
12
  \code{\link{data.frame}s}.
12
  \code{\link{data.frame}s}.
13
}
13
}
14
\value{
14
\value{
15
  A character vector, starting with
15
  A character vector, starting with \code{"\link{.GlobalEnv}"}, and
16
  \code{"\link{.GlobalEnv}"}, and ending with \code{"package:base"}
16
  ending with \code{"package:base"} which is \R's \pkg{base} package
17
  which is \R's \emph{base} package required always.
17
  required always.
18
 
18
 
19
  \code{searchpaths} gives a similar character vector, with the
19
  \code{searchpaths} gives a similar character vector, with the
20
  entries for packages being the path to the package used to load the
20
  entries for packages being the path to the package used to load the
21
  code.
21
  code.
22
}
22
}
Line 28... Line 28...
28
  Chambers, J. M. (1998)
28
  Chambers, J. M. (1998)
29
  \emph{Programming with Data. A Guide to the S Language}.
29
  \emph{Programming with Data. A Guide to the S Language}.
30
  Springer. (\code{searchPaths}.)
30
  Springer. (\code{searchPaths}.)
31
}
31
}
32
\seealso{\code{\link{attach}} and \code{\link{detach}} to change the
32
\seealso{\code{\link{attach}} and \code{\link{detach}} to change the
33
  search ``path'', \code{\link{objects}} to find \R objects in there.
33
  search \dQuote{path}, \code{\link{objects}} to find \R objects in there.
34
}
34
}
35
\examples{
35
\examples{
36
search()
36
search()
37
searchpaths()
37
searchpaths()
38
}
38
}