sessionSummary(sessionTools)
sessionSummary()所属R语言包:sessionTools
Return a sessionInfo object
返回sessionInfo对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create a sessionInfo object that can be used to describe the current session.
创建一个sessionInfo的对象,可以用来描述当前会话。
用法----------Usage----------
sessionSummary()
值----------Value----------
A list containing the session information returned by sessionInfo() plus the additional components listed below:
一个列表,其中包含会话返回的信息由sessionInfo(),再加上额外的组件下面列出的:
参数:search
array of attached objects returned by a call to search()
阵列连接的对象通过调用搜索()
参数:searchpaths
array of searchpaths returned by a call to searchpaths()
阵列的searchpaths通过调用返回searchpaths(,)
参数:opts
list containing the options returned by a call to options()
列表,其中包含一个选项(选项返回)
(作者)----------Author(s)----------
Matthew D. Furia <a href="mailto:matt.furia@sagebase.org">matt.furia@sagebase.org</a>
<a href="https://github.com/MattNapsAlot">https://github.com/MattNapsAlot</a>
参见----------See Also----------
restoreSession, sessionInfo, search, searchpaths, options
restoreSession,sessionInfo,search,searchpaths,options
实例----------Examples----------
## get a summary of the session[#得到一个会话摘要]
sessionSummary
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|