openProject.RdTo open or close a project (a *.rqda file) by command.
openProject(path, updateGUI = FALSE) closeProject(conName = "qdacon", assignenv = .rqda, ...)
| path | The path of of the *.rqda project file. |
|---|---|
| updateGUI | When TRUE, also update information on the GUI widgets. |
| conName | Do not change it. |
| assignenv | Do not change it. |
| ... | Do not change it. |
These functions correspond to the internal functions of the "open project" and "close project" buttons.
No value is returned. For the side-effect only.
Ronggui HUANG