EVOLUTION-MANAGER
Edit File: search.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Give Search Path for R Objects</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for search {base}"><tr><td>search {base}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Give Search Path for R Objects</h2> <h3>Description</h3> <p>Gives a list of <code><a href="attach.html">attach</a></code>ed <em>packages</em> (see <code><a href="library.html">library</a></code>), and <span style="font-family: Courier New, Courier; color: #666666;"><b>R</b></span> objects, usually <code><a href="data.frame.html">data.frame</a>s</code>. </p> <h3>Usage</h3> <pre> search() searchpaths() </pre> <h3>Value</h3> <p>A character vector, starting with <code>"<a href="environment.html">.GlobalEnv</a>"</code>, and ending with <code>"package:base"</code> which is <span style="font-family: Courier New, Courier; color: #666666;"><b>R</b></span>'s <span class="pkg">base</span> package required always. </p> <p><code>searchpaths</code> gives a similar character vector, with the entries for packages being the path to the package used to load the code. </p> <h3>References</h3> <p>Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) <em>The New S Language</em>. Wadsworth & Brooks/Cole. (<code>search</code>.) </p> <p>Chambers, J. M. (1998) <em>Programming with Data. A Guide to the S Language</em>. Springer. (<code>searchPaths</code>.) </p> <h3>See Also</h3> <p><code><a href="zpackages.html">.packages</a></code> to list just the packages on search path. </p> <p><code><a href="ns-load.html">loadedNamespaces</a></code> to list loaded namespaces. </p> <p><code><a href="attach.html">attach</a></code> and <code><a href="detach.html">detach</a></code> to change the search path, <code><a href="ls.html">objects</a></code> to find <span style="font-family: Courier New, Courier; color: #666666;"><b>R</b></span> objects in there. </p> <h3>Examples</h3> <pre> search() searchpaths() </pre> <hr /><div style="text-align: center;">[Package <em>base</em> version 3.6.0 <a href="00Index.html">Index</a>]</div> </body></html>