Learn R Programming

RQDA (version 0.3-0)

Project: Open and close project.

Description

To open or close a project (a *.rqda file) by command.

Usage

openProject(path, updateGUI = FALSE)

closeProject(conName = "qdacon", assignenv = .rqda, ...)

Arguments

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.

Value

No value is returned. For the side-effect only.

Details

These functions correspond to the internal functions of the "open project" and "close project" buttons.