Project(RQDA)
Project()所属R语言包:RQDA
Open and close project.
打开和关闭项目。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
To open or close a project (a *.rqda file) by command.
要打开或关闭一个的项目(一个*。rqda文件)命令。
用法----------Usage----------
openProject(path, updateGUI = FALSE)
closeProject(conName = "qdacon", assignenv = .rqda, ...)
参数----------Arguments----------
参数:path
The path of of the *.rqda project file.
的*。rqda项目文件的路径。
参数:updateGUI
When TRUE, also update information on the GUI widgets.
TRUE时,也更新的GUI部件的信息。
参数:conName
Do not change it.
不要改变它。
参数:assignenv
Do not change it.
不要改变它。
参数:...
Do not change it.
不要改变它。
Details
详细信息----------Details----------
These functions corresponde the internal functions of the "open project" and "close project" buttons.
,这些功能corresponde内部功能的“打开项目”和“关闭”按钮。
值----------Value----------
No value is returned. For the side-effect only.
无返回值。的副作用。
(作者)----------Author(s)----------
Ronggui HUANG
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|