ConQuestCall {conquestr} | R Documentation |
Call an instance of 'ACER ConQuest' at the command line and run a control file (syntax).
ConQuestCall(cqc, cqExe, stdout = "")
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 installtion 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. |
prints 'ACER ConQuest' output to stdout.
## Not run:
ConQuestCall(cqExe = file.path("/Applications", "ConQuest BETA", "ConQuest"))
## End(Not run)