search(base)
search()所属R语言包:base
Give Search Path for R Objects
R对象提供搜索路径
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Gives a list of attached packages (see library), and R objects, usually data.frames.
给出了一个attach编辑包(library)和R对象,通常是data.frames列表。
用法----------Usage----------
search()
searchpaths()
值----------Value----------
A character vector, starting with ".GlobalEnv", and ending with "package:base" which is R's base package required always.
一个特征向量,开始用".GlobalEnv","package:base"这是R的base包需要总是结束。
searchpaths gives a similar character vector, with the entries for packages being the path to the package used to load the code.
searchpaths给出了一个类似的特征向量,用于加载代码包的路径包的条目。
参考文献----------References----------
The New S Language. Wadsworth & Brooks/Cole. (<code>search</code>.)
Programming with Data. A Guide to the S Language. Springer. (<code>searchPaths</code>.)
参见----------See Also----------
.packages to list just the packages on search path.
.packages只是列出的搜索路径包。
loadedNamespaces to list loaded namespaces.
loadedNamespaces列出加载的命名空间。
attach and detach to change the search path, objects to find R objects in there.
attach和detach改变搜索路径,objects在那里发现的R对象。
举例----------Examples----------
search()
searchpaths()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|