ConQuestCall {conquestr} | R Documentation |
ConQuestCall
Description
Call an instance of 'ACER ConQuest' at the command line and run a control file (syntax).
Usage
ConQuestCall(cqc, cqExe, stdout = "")
Arguments
cqc |
The location of the control file (syntax) to be run. |
cqExe |
The path to the 'ACER ConQuest' executable. Note, if this argument is missing, conquestr will find a local installation of ACER ConQuest by first searching the default installation locations (Program Files on Windows and Applications on Mac) then searching other local directories (Appdata and the HOME path). |
stdout |
On Mac only, can be toggled to NULL (or a connection) to suppress output to R console. |
Value
prints 'ACER ConQuest' output to stdout.
Examples
## Not run:
ConQuestCall()
## End(Not run)
[Package conquestr version 1.3.4 Index]